mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-07 12:26:26 +02:00
fix scaffold script file naming
This commit is contained in:
parent
388b781aca
commit
8d6ecfaf37
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ NAME=$1
|
|||
|
||||
if [[ $# -eq 2 ]]; then
|
||||
RUNTIME=$2
|
||||
NAME=$LANGUAGE-$RUNTIME
|
||||
NAME=$RUNTIME-$LANGUAGE
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue