From e898b678dc5152b3d0283828456ffb9815b1f4be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 27 Nov 2018 16:00:50 +0100 Subject: [PATCH] Typo --- update_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_version.sh b/update_version.sh index 964666d..f6d1199 100755 --- a/update_version.sh +++ b/update_version.sh @@ -18,4 +18,4 @@ echo git tag -a v$1 -m \'Tagged version $1\' echo echo "Build the package & upload to PyPi using:" echo "pipenv run ./setup.py sdist bdist_wheel" -echo "pipenv run twine upload dist/blender*asset*tracer*${VERSION}*" +echo "pipenv run twine upload dist/blender*asset*tracer*$1*"