Skip to content
Merged
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 bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def deploy_to_prod
end

def open_pr_for_int
run "brew install hub" unless `brew list -1 | grep -Fqx hub`
run "brew install hub" if `brew list -1 | grep -Fqx hub`.empty?
run "hub pull-request -m \"Deploy #{RC_BRANCH} to int\" -b stages/int"
end

Expand Down