Skip to content

Commit

Permalink
Merge pull request #2962 from thejonanshow/patch-1
Browse files Browse the repository at this point in the history
Log typo
  • Loading branch information
ganmacs committed Apr 20, 2020
2 parents 1dfdb0b + 187080c commit eaf6865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/supervisor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ def run_supervisor(dry_run: false)
end

if dry_run
$log.info 'finsihed dry run mode'
$log.info 'finished dry run mode'
exit 0
else
supervise
Expand Down

0 comments on commit eaf6865

Please sign in to comment.