bin/ascii_binder in ascii_binder-0.1.3.1 vs bin/ascii_binder in ascii_binder-0.1.3.2

- old
+ new

@@ -208,10 +208,10 @@ if cmd == 'clone' cmd_opts[:giturl] = ARGV.shift if cmd_opts[:dir] != '' repo_dir = Pathname.new(cmd_opts[:dir]) else - repo_dir = File.join(Pathname.pwd, cmd_opts[:giturl].split('/')[-1].split('.')[0]) + repo_dir = Pathname.new(File.join(Pathname.pwd, cmd_opts[:giturl].split('/')[-1].split('.')[0])) end else repo_dir = Pathname.new(ARGV.shift) end else