Skip to content

Commit 5cdf358

Browse files
committed
CORE-1677 honor default VISUAL editor, default to nano
1 parent a9bc468 commit 5cdf358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/prep_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if ! ./scripts/askYN.sh "Build Branch release candidate version ${version}?"; th
3535
fi
3636

3737
# Prompt for editor input for ChangeLog.
38-
nano ChangeLog.md
38+
"${VISUAL:-nano}" ChangeLog.md
3939

4040
# Check that deployment software is installed
4141
./scripts/check_build_environment.sh

0 commit comments

Comments
 (0)