fix scaffold script file naming

This commit is contained in:
Thomas Hobson 2022-01-31 17:46:48 +13:00
parent 388b781aca
commit 8d6ecfaf37
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ NAME=$1
if [[ $# -eq 2 ]]; then
RUNTIME=$2
NAME=$LANGUAGE-$RUNTIME
NAME=$RUNTIME-$LANGUAGE
fi