Skip to content

Commit

Permalink
Fix typo in build.sh (dotnet#17305)
Browse files Browse the repository at this point in the history
occured -> occurred
  • Loading branch information
eltociear committed Sep 26, 2023
1 parent b446a47 commit 4d83685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ done
dotnet tool restore

if [ $? -ne 0 ]; then
echo "An error occured while installing Cake."
echo "An error occurred while installing Cake."
exit 1
fi

echo "${CAKE_ARGUMENTS[@]}"

# Start Cake
dotnet tool run dotnet-cake "$SCRIPT" "${CAKE_ARGUMENTS[@]}"
dotnet tool run dotnet-cake "$SCRIPT" "${CAKE_ARGUMENTS[@]}"

0 comments on commit 4d83685

Please sign in to comment.