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

Commit

Permalink
Chop off white space in output
Browse files Browse the repository at this point in the history
  • Loading branch information
ripienaar committed Sep 18, 2010
1 parent d198cd4 commit e6819f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/vcsmgr/vcsmgr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def startup_hook

svn_validcheckout?(request[:path])

svnout = %x[#{@svn} up #{request[:path]}]
svnout = %x[#{@svn} up #{request[:path]}].chomp
svnexit = $?.exitstatus

reply.fail "svn up failed with exit code #{svnexit}" unless svnexit == 0
Expand Down

0 comments on commit e6819f7

Please sign in to comment.