Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
strip ^M from output of run
Browse files Browse the repository at this point in the history
closes #260
  • Loading branch information
geemus committed Mar 16, 2012
1 parent eb7ea3a commit abfa040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/heroku/client/rendezvous.rb
Expand Up @@ -60,7 +60,7 @@ def start
rescue EOFError
break
end
output.write(data)
output.write(data.gsub(/\cM/,""))
end
else
raise(Timeout::Error.new)
Expand Down

0 comments on commit abfa040

Please sign in to comment.