Skip to content

Commit

Permalink
Fix the 'undefined method > for Process::Status' error.
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Aug 2, 2012
1 parent 75dea22 commit 76c211e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mina/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def ssh(cmd, options={})
exec code
else
system code
result = $?
result = $?.to_i
end
end

Expand Down

0 comments on commit 76c211e

Please sign in to comment.