From 8d6ecfaf37dda56c500cceb0ffbd2a9b77473acc Mon Sep 17 00:00:00 2001 From: Thomas Hobson Date: Mon, 31 Jan 2022 17:46:48 +1300 Subject: [PATCH] fix scaffold script file naming --- runtimes/scaffold.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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