Skip to content

Commit

Permalink
Minor change to reprompt the build (to see if it passes this time)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankRay78 committed May 22, 2023
1 parent 47de4ea commit ba4e83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cake.Frosting/CakeHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public int Run(IEnumerable<string> args)
config.AddExample(new[] { "--verbosity", "quiet" });
config.AddExample(new[] { "--tree" });
// Allow the Cake runner arguments, when found on the command line with a value,
// Allow the Cake runner arguments, when found on the command line with a value
// to be passed directly to the Cake build script as an argument
// eg. "--version=1.2.3" is accessable in the build script by calling Argument("version")
config.Settings.ConvertFlagsToRemainingArguments = true;
Expand Down

0 comments on commit ba4e83f

Please sign in to comment.