mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 04:11:14 +00:00
Fix removing unsuitable use of open in bump version script
This commit is contained in:
parent
8d20884817
commit
212e1bafa2
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ if command -v edit >/dev/null; then
|
|||
elif [ -n "$EDITOR" ]; then
|
||||
editor="$EDITOR"
|
||||
else
|
||||
echo "No editor found - need either `edit` binary or $EDITOR env var set"
|
||||
echo "No editor found - need either 'edit' binary or EDITOR env var set"
|
||||
exit 1
|
||||
fi
|
||||
$editor $CHANGELOG
|
||||
|
||||
|
|
Loading…
Reference in a new issue