Closed
Description
The output of git config --get remote.origin.url
to get the repository URL terminates with a newline, breaking the final system call to the bash script.
Fix: call String#strip
on the output (c.f. /bin/jgd
line 18)
I've tested that with Ruby 2.2.1.
Metadata
Metadata
Assignees
Labels
No labels