aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/general.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/general.py b/sos/plugins/general.py
index 070bff78..0c43c8aa 100644
--- a/sos/plugins/general.py
+++ b/sos/plugins/general.py
@@ -33,7 +33,7 @@ class General(Plugin):
])
self.add_cmd_output("hostname -f")
- self.add_cmd_output("hostname", root_symlink=hostname)
+ self.add_cmd_output("hostname", root_symlink='hostname')
self.add_cmd_output("date", root_symlink="date")
self.add_cmd_output("uptime", root_symlink="uptime")