aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBryan Quigley <code@bryanquigley.com>2020-08-11 17:05:37 -0700
committerJake Hunsaker <jhunsake@redhat.com>2020-08-13 10:14:16 -0400
commita80825dbb9e28306d9d2dac8114f00f03cce0c9a (patch)
treefe41aa8d78fdc91e6b058fe070ecac4556d63182 /bin
parent1ec1bcc94f7e51fd934d851c215e6fddeb3102ad (diff)
downloadsos-a80825dbb9e28306d9d2dac8114f00f03cce0c9a.tar.gz
[travis,style] Upgrade to 20.04 and cover more in tests
Signed-off-by: Bryan Quigley <code@bryanquigley.com> Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/sos-collector4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sos-collector b/bin/sos-collector
index 17a4800f..df2c9774 100755
--- a/bin/sos-collector
+++ b/bin/sos-collector
@@ -22,8 +22,8 @@ except KeyboardInterrupt:
raise SystemExit()
if __name__ == '__main__':
- msg = ("Please note the 'sos-collector' command has been deprecated in favor "
- "of the new 'sos' command, E.G. 'sos collect'.\n"
+ msg = ("Please note the 'sos-collector' command has been deprecated in "
+ " favor of the new 'sos' command, E.G. 'sos collect'.\n"
"Redirecting to 'sos collect %s'" % (' '.join(sys.argv[1:]) or ''))
print(msg)
time.sleep(0.5)