Skip to content

Commit

Permalink
(cake-buildGH-750) Corrected Alias used in Example
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Mar 30, 2016
1 parent 02c3130 commit fbc280d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cake.Common/Tools/DupFinder/DupFinderAliases.cs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public static void DupFinder(this ICakeContext context, string pattern, DupFinde
/// <param name="configFile">The config file.</param>
/// <example>
/// <code>
/// DupFinder("./src/dupfinder.config");
/// DupFinderFromConfig("./src/dupfinder.config");
/// </code>
/// </example>
[CakeMethodAlias]
Expand Down

0 comments on commit fbc280d

Please sign in to comment.