diff options
Diffstat (limited to 'sinksh/syntax_modules/sink_list.cpp')
-rw-r--r-- | sinksh/syntax_modules/sink_list.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sinksh/syntax_modules/sink_list.cpp b/sinksh/syntax_modules/sink_list.cpp index dd1498f..a609463 100644 --- a/sinksh/syntax_modules/sink_list.cpp +++ b/sinksh/syntax_modules/sink_list.cpp | |||
@@ -120,7 +120,7 @@ bool list(const QStringList &args_, State &state) | |||
120 | } | 120 | } |
121 | 121 | ||
122 | QStringList line; | 122 | QStringList line; |
123 | line << o.resourceInstanceIdentifier(); | 123 | line << compressId(compact, o.resourceInstanceIdentifier()); |
124 | line << compressId(compact, o.identifier()); | 124 | line << compressId(compact, o.identifier()); |
125 | for (const auto &prop: toPrint) { | 125 | for (const auto &prop: toPrint) { |
126 | const auto value = o.getProperty(prop); | 126 | const auto value = o.getProperty(prop); |