Skip to content

Commit

Permalink
setup-git: fix editor not waiting
Browse files Browse the repository at this point in the history
/regression 939cf32
  • Loading branch information
balupton committed Dec 22, 2023
1 parent 0a38407 commit 92d4c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/setup-git
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ function setup_git() (

# Editor
local editor
editor="$(edit --dry || :)"
editor="$(edit --dry --wait || :)"
if test -n "$editor"; then
echo-style --h2="Git Configuration: Editor: $editor"
git config --global core.editor "$editor"
Expand Down

0 comments on commit 92d4c30

Please sign in to comment.