Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jan 13, 2016
2 parents 6e9e81c + 20a3690 commit c87a8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jgd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ end
branch = opts[:branch]
fail 'branch can\'t be empty' if branch.empty?
url = opts[:url]
url = `git config --get remote.origin.url` if url.empty?
url = `git config --get remote.origin.url`.strip if url.empty?

spec = Gem::Specification.find_by_name('jgd')
root = spec.gem_dir
Expand Down

0 comments on commit c87a8ac

Please sign in to comment.