We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf9319 commit f958c6fCopy full SHA for f958c6f
1 file changed
src/gitutils/_git-release-prod.sh
@@ -55,7 +55,7 @@ if ! git fetch $(git remote) >/dev/null 2>&1; then
55
fi
56
57
# Ensure main branch is up-to-date
58
-if ! git merge-base --is-ancestor $(git rev-parse $flow/$name) $(git rev-parse $(git symbolic-ref refs/remotes/$(git remote)/$flow/$name)) ; then
+if ! git merge-base --is-ancestor $(git rev-parse $flow/$name) $(git rev-parse refs/remotes/$(git remote)/$flow/$name) ; then
59
zz_log e "$flow/$name branch is not up-to-date with remote. Please pull the latest changes."
60
exit 1
61
0 commit comments