lib/dev_commands.rb in dev-2.0.96 vs lib/dev_commands.rb in dev-2.0.97
- old
+ new
@@ -522,10 +522,10 @@
seconds = timespan
seconds.to_s + " sec"
end
def self.execute command
- cmd - Command.new(command)
+ cmd = Command.new(command)
cmd.execute
cmd[:exit_code]
end
def summary