Skip to content

Commit edbc151

Browse files
Merge branch 'master' of git://github.com/chadrosen/ruby-git into remote-rm
2 parents 07227af + b739a0d commit edbc151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/git/lib.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ def remote_add(name, url, opts = {})
540540
# this is documented as such, but seems broken for some reason
541541
# i'll try to get around it some other way later
542542
def remote_remove(name)
543-
command('remote', ['rm', '--', name])
543+
command('remote', ['rm', name])
544544
end
545545

546546
def remotes

0 commit comments

Comments
 (0)