Skip to content

Commit

Permalink
Quote commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-it committed May 18, 2020
1 parent 2fd1641 commit b69de70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/omni
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ function merge_gate {
cd "$illumos_clone"
$git checkout -b "$_branch" || exit 1
check_repo "$illumos_clone" "$_branch"
$git merge $commit
$git merge "$commit"
) || exit 1
}

Expand Down

0 comments on commit b69de70

Please sign in to comment.