Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Nützi <[email protected]>
  • Loading branch information
gabyx committed Jul 9, 2024
1 parent 4a1d29e commit 87e281b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function check_new_version() {
fi

if git tag --list "v*" | grep -qE "^v$new_version$"; then
die "Git tag '$tag' already exists locally."
die "Git tag 'v$new_version' already exists locally."
fi

# Get all remote versions.
Expand Down

0 comments on commit 87e281b

Please sign in to comment.