Skip to content

Commit

Permalink
sleep mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Apr 6, 2012
1 parent 2ec2ba1 commit d0cc23a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/guard/go/runner.rb
Expand Up @@ -19,7 +19,7 @@ def stop
system %{kill -KILL #{pid}}
end
while ps_go_pid.count > 0
wait sleep_time
sleep sleep_time
end
end

Expand Down
2 changes: 1 addition & 1 deletion lib/guard/go/version.rb
@@ -1,5 +1,5 @@
module Guard
module GoVersion
VERSION = "0.0.2"
VERSION = "0.0.3"
end
end

0 comments on commit d0cc23a

Please sign in to comment.