diff --git a/__tests__/verify-dotnet.sh b/__tests__/verify-dotnet.sh index 4ab86be..21d02b1 100755 --- a/__tests__/verify-dotnet.sh +++ b/__tests__/verify-dotnet.sh @@ -3,7 +3,7 @@ if [ -z "$1" ]; then exit 1 fi -if [ ! -f "../nuget.config" ] then +if [ ! -f "../nuget.config" ]; then echo "nuget file not generated correctly" exit 1 fi