fixed small typo

This commit is contained in:
WolverinDEV 2019-10-30 21:52:54 +01:00
parent 358f5bb1c7
commit c46d33f3b5
2 changed files with 2 additions and 2 deletions

View file

@ -94,7 +94,7 @@ elif [[ "$type" == "development" ]]; then
fi
echo "Generating environment"
node files.js generate client ${type}
node file.js generate client ${type}
if [[ $? -ne 0 ]]; then
echo "Failed to generate environment"
exit 1

View file

@ -95,7 +95,7 @@ elif [[ "$type" == "development" ]]; then
fi
echo "Generating environment"
node files.js generate web ${type}
node file.js generate web ${type}
if [[ $? -ne 0 ]]; then
echo "Failed to generate environment"
exit 1