Skip to content

Commit

Permalink
Merge pull request #30 from mholo65/feature/fix-bootstrappers
Browse files Browse the repository at this point in the history
Fix default script in bootstrappers.
  • Loading branch information
Redth authored Apr 23, 2018
2 parents aeda507 + 14cda73 commit 5a0c2d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ http://cakebuild.net

[CmdletBinding()]
Param(
[string]$Script = "build.cake",
[string]$Script = "setup.cake",
[string]$Target = "Default",
[ValidateSet("Release", "Debug")]
[string]$Configuration = "Release",
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ else
fi

# Define default arguments.
SCRIPT="build.cake"
SCRIPT="setup.cake"
TARGET="Default"
CONFIGURATION="Release"
VERBOSITY="verbose"
Expand Down

0 comments on commit 5a0c2d5

Please sign in to comment.