Skip to content

Commit

Permalink
Use consistent quoting.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvdrum committed Oct 7, 2012
1 parent 76d5e00 commit 19af23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/svn2git/migration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def initialize(args)
else
show_help_message('Missing SVN_URL parameter') if args.empty?
show_help_message('Too many arguments') if args.size > 1
@url = args.first.gsub(" ", "\\ ")
@url = args.first.gsub(' ', "\\ ")
end
end

Expand Down

0 comments on commit 19af23a

Please sign in to comment.