diff options
| -rwxr-xr-x | lognotify.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lognotify.rb b/lognotify.rb index 20ddaaa..bebc9a3 100755 --- a/lognotify.rb +++ b/lognotify.rb @@ -137,7 +137,7 @@ ARGV.each do |identifier|    puts '* Number of new lines: ' + newlines.lines.count.to_s -  # No need to inform the user about this. +  # No need to inform the user of this.    verify_hash(identifier, hash, newlines)    unless newlines.lines.count.zero? | 
