Skip to content

Commit f636073

Browse files
committed
[roc-status] Comply to csv output format
1 parent cc26982 commit f636073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommandLineUtilities/ProgramStatus.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class ProgramStatus : public Program
185185

186186
if (mOptions.jsonOut) {
187187
pt::write_json(std::cout, root);
188-
} else if (!mOptions.jsonOut) {
188+
} else if (!mOptions.csvOut) {
189189
auto lineFat = std::string(header.length(), '=') + '\n';
190190
table << lineFat;
191191
std::cout << table.str();

0 commit comments

Comments
 (0)