We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb086ec commit 4406021Copy full SHA for 4406021
transcrypt
@@ -332,7 +332,7 @@ save_helper_scripts() {
332
# Look up name of remote branch/ref from which changes are being merged
333
# TODO There must be a better way of doing this than relying on this reflog
334
# action environment variable, but I don't know what it is
335
- if [[ "$GIT_REFLOG_ACTIONX"="merge "* ]]; then
+ if [[ "$GIT_REFLOG_ACTION" = "merge "* ]]; then
336
REMOTE_NAME=$(echo $GIT_REFLOG_ACTION | awk '{print $2}')
337
fi
338
if [[ ! "$REMOTE_NAME" ]]; then
0 commit comments