File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ if [ ! -f "$TOOLS_DIR/packages.config" ]; then
56
56
echo " Downloading packages.config..."
57
57
curl -Lsfo " $TOOLS_DIR /packages.config" https://cakebuild.net/download/bootstrapper/packages
58
58
if [ $? -ne 0 ]; then
59
- echo " An error occured while downloading packages.config."
59
+ echo " An error occurred while downloading packages.config."
60
60
exit 1
61
61
fi
62
62
fi
@@ -66,7 +66,7 @@ if [ ! -f "$NUGET_EXE" ]; then
66
66
echo " Downloading NuGet..."
67
67
curl -Lsfo " $NUGET_EXE " https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
68
68
if [ $? -ne 0 ]; then
69
- echo " An error occured while downloading nuget.exe."
69
+ echo " An error occurred while downloading nuget.exe."
70
70
exit 1
71
71
fi
72
72
fi
@@ -98,4 +98,4 @@ if $SHOW_VERSION; then
98
98
exec mono " $CAKE_EXE " -version
99
99
else
100
100
exec mono " $CAKE_EXE " $SCRIPT -verbosity=$VERBOSITY -configuration=$CONFIGURATION -target=$TARGET $DRYRUN " ${SCRIPT_ARGUMENTS[@]} "
101
- fi
101
+ fi
You can’t perform that action at this time.
0 commit comments