From e55b692c98f83b78c6939d6df192b130d7f49e03 Mon Sep 17 00:00:00 2001 From: Zachary Eisinger Date: Wed, 2 Sep 2020 10:47:48 -0700 Subject: [PATCH] Script typo --- __tests__/verify-dotnet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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