Skip to content

Commit

Permalink
Fix source dir path (doesn't like "./")
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed Sep 23, 2017
1 parent b3811c0 commit d0bd83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Environment.SetVariableNames();

BuildParameters.SetParameters(context: Context,
buildSystem: BuildSystem,
sourceDirectoryPath: "./",
sourceDirectoryPath: Context.Environment.WorkingDirectory,
title: "Cake.FileHelpers",
repositoryOwner: "cake-contrib",
repositoryName: "Cake.FileHelpers",
Expand Down

0 comments on commit d0bd83f

Please sign in to comment.