Fix typo in upload-create-nightly.sh

This commit is contained in:
Mikkel Hjortshoej
2020-04-15 20:04:43 +02:00
parent 020856d91a
commit 550df8711f

View File

@@ -2,7 +2,7 @@
bucket=$1
platform=$2
artifact=$2
artifact=$3
now=$(date +'%Y-%m-%d')
filename="odin-$platform-nightly+$now.zip"