1
0
mirror of https://github.com/seejohnrun/haste-client.git synced 2025-12-12 23:05:56 +00:00

Merge pull request #14 from tommcdo/master

Do not trim leading whitespace
This commit is contained in:
John Crepezzi
2013-11-08 11:01:18 -08:00

View File

@@ -20,7 +20,7 @@ module Haste
@input = STDIN.readlines.join
end
# clean up
@input.strip!
@input.rstrip!
end
# Upload the and output the URL we get back