Skip to content

Commit

Permalink
tag: fixed exiting..
Browse files Browse the repository at this point in the history
  • Loading branch information
eras committed Jan 14, 2023
1 parent 406a49a commit 62aae3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tag
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi
version="$1"
if [ -z "$version" ]; then
echo usage: scripts/tag v1.2.3
xeit 1
exit 1
fi
set -e
set -x
Expand Down

0 comments on commit 62aae3d

Please sign in to comment.