Sfoglia il codice sorgente

scripts/git: fix an env var typo in git-merge-forward.sh

Part of 31314.
teor 6 anni fa
parent
commit
340ff7f5f8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      scripts/git/git-merge-forward.sh

+ 1 - 1
scripts/git/git-merge-forward.sh

@@ -369,7 +369,7 @@ for ((i=0; i<COUNT; i++)); do
     fi
     fi
   fi
   fi
 
 
-  printf "%s Handling branch \\n" "$MARKER" "${BYEL}$target${CNRM}"
+  printf "%s Handling branch \\n" "$MARKER" "${BYEL}$target_current${CNRM}"
 
 
   # Go into the worktree to start merging.
   # Go into the worktree to start merging.
   goto_repo "$repo_path"
   goto_repo "$repo_path"