Skip to content

Commit 4d9d837

Browse files
committed
fix: version naming mistake
1 parent e3393c3 commit 4d9d837

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
VERSION="1.1.0"
5-
URL="https://github.com/Craemon/Packtools/releases/download/v$VERSION/packtools-all.jar"
5+
URL="https://github.com/Craemon/Packtools/releases/download/$VERSION/packtools-all.jar"
66

77
echo "Installing PackTools $VERSION..."
88

0 commit comments

Comments
 (0)