Remove unsuitable use of open in bump version script

This commit is contained in:
Simon Frei 2023-01-01 21:50:38 +01:00
parent f6272fabb8
commit 8d20884817
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ if command -v edit >/dev/null; then
editor=edit
elif [ -n "$EDITOR" ]; then
editor="$EDITOR"
elif command -v open >/dev/null; then
editor=open
else
echo "No editor found - need either `edit` binary or $EDITOR env var set"
fi
$editor $CHANGELOG