diff --git a/update-pr-stack.sh b/update-pr-stack.sh index f0230ef..cb68595 100755 --- a/update-pr-stack.sh +++ b/update-pr-stack.sh @@ -99,7 +99,7 @@ update_direct_target() { for conflict in "${CONFLICTS[@]}"; do echo "git merge $conflict" echo "# ..." - echo "# fix conflicts, for instance with `git mergetool`" + echo '# fix conflicts, for instance with `git mergetool`' echo "# ..." echo "git commit" done