diff --git a/runtimes/scaffold.sh b/runtimes/scaffold.sh index 21858bc..2a49ef2 100755 --- a/runtimes/scaffold.sh +++ b/runtimes/scaffold.sh @@ -15,7 +15,7 @@ NAME=$1 if [[ $# -eq 2 ]]; then RUNTIME=$2 - NAME=$LANGUAGE-$RUNTIME + NAME=$RUNTIME-$LANGUAGE fi