Commit fe57763
committed
use "sos report", not "sosreport" to generate a sos report
On EL9, calling `sosreport` just prints
```
sosreport binary is deprecated, use 'sos report' instead
```
And doesn't generate any report.
Using `sos report` as suggested works, and that also works on Debian
(where calling `sosreport` still works -- with a deprecation warning).1 parent 9ab0b0a commit fe57763
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments