mirror of
https://github.com/seejohnrun/haste-client.git
synced 2025-12-21 11:01:28 +00:00
Merge pull request #14 from tommcdo/master
Do not trim leading whitespace
This commit is contained in:
@@ -20,7 +20,7 @@ module Haste
|
|||||||
@input = STDIN.readlines.join
|
@input = STDIN.readlines.join
|
||||||
end
|
end
|
||||||
# clean up
|
# clean up
|
||||||
@input.strip!
|
@input.rstrip!
|
||||||
end
|
end
|
||||||
|
|
||||||
# Upload the and output the URL we get back
|
# Upload the and output the URL we get back
|
||||||
|
|||||||
Reference in New Issue
Block a user