Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/git/lib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ def remote_add(name, url, opts = {})
# this is documented as such, but seems broken for some reason
# i'll try to get around it some other way later
def remote_remove(name)
command('remote', ['rm', '--', name])
command('remote', ['rm', name])
end

def remotes
Expand Down