Skip to content
Open
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 bloom/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def check_for_multiple_remotes():
if get_root() is None:
return
remotes = get_remotes()
if len(remotes) < 0:
if len(remotes) == 0:
error("Current git repository has no remotes. "
"If you are running bloom-release, please change directories.",
exit=True)
Expand Down
Loading