Skip to content

Commit ecc9bdc

Browse files
chore: rename script for releasing addon
1 parent f9bbfad commit ecc9bdc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ REMOTE_APP_DIR="/var/www/my.boxzillaplugin.com"
77
PACKAGE_FILE="$HOME/Downloads/$PLUGIN_DIR-$VERSION.zip"
88

99
# Exit on errors
10-
set -e
10+
set -euo pipefail
1111

1212
# Check if VERSION argument was supplied
1313
if [ "$#" -lt 1 ]; then
1414
echo "1 parameters expected, $# found"
15-
echo "Usage: boxzilla_release <VERSION>"
15+
echo "Usage: release_addon <VERSION>"
1616
exit 1
1717
fi
1818

0 commit comments

Comments
 (0)