bin/flapper in flapjack-0.7.29 vs bin/flapper in flapjack-0.7.30
- old
+ new
@@ -124,10 +124,10 @@
when "status"
uptime = (runner.daemon_running?) ? (Time.now - File.stat(pidfile).ctime) : 0
if runner.daemon_running?
puts "#{exe} is running: #{uptime}"
else
- puts "#{exe} is not runninng"
+ puts "#{exe} is not running"
exit 3
end
else
if ARGV.nil? || ARGV.empty?