Skip to content

Commit

Permalink
Fixed #27 collision behavior changed to 'b' instead of 'c'
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Doroshenko committed Nov 21, 2017
1 parent cc3a94e commit a8ab0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sitecore.Courier.Runner/CommandLineOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Options
HelpText = "Location of update package")]
public string Output { get; set; }

[Option('c', "collisionBehavior", Required = false, DefaultValue = CollisionBehavior.Undefined,
[Option('b', "collisionBehavior", Required = false, DefaultValue = CollisionBehavior.Undefined,
HelpText = "The collision behavior (default, force or skip) for the update package.")]
public CollisionBehavior CollisionBehavior { get; set; }

Expand Down

0 comments on commit a8ab0eb

Please sign in to comment.