Skip to content

Commit 07b6041

Browse files
committed
[MINOR][BUILD] Fix script name in release-tag usage message
1 parent 9d8e9b3 commit 07b6041

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/create-release/release-tag.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ SELF=$(cd $(dirname $0) && pwd)
2121
. "$SELF/release-util.sh"
2222

2323
function exit_with_usage {
24+
local NAME=$(basename $0)
2425
cat << EOF
25-
usage: tag-release.sh
26+
usage: $NAME
2627
Tags a Spark release on a particular branch.
2728
2829
Inputs are specified with the following environment variables:

0 commit comments

Comments
 (0)