Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Commit

Permalink
[sos_collector] Fix typo at start of node collection
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Hunsaker <[email protected]>
  • Loading branch information
TurboTurtle committed Jun 22, 2018
1 parent b7a6149 commit 2b73f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions soscollector/sos_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,8 +491,8 @@ def collect(self):

self.report_num = len(self.client_list)

self.console.info("\nBegining collection of sosreports from %s nodes, "
"collecting a maximum of %s concurrently\n"
self.console.info("\nBeginning collection of sosreports from %s nodes,"
" collecting a maximum of %s concurrently\n"
% (len(self.client_list), self.config['threads']))

try:
Expand Down

0 comments on commit 2b73f7e

Please sign in to comment.