Script typo

This commit is contained in:
Zachary Eisinger 2020-09-02 10:47:48 -07:00
parent e9937392d9
commit e55b692c98

View File

@ -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