Skip to content

Commit

Permalink
missed a rename of packages to pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
hlotyaks committed Jan 5, 2020
1 parent 8fdaaf1 commit 6019051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PackageBuilder/tests/PackageBuilder.Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ private void CleanOutput(string testroot)

private void CleanCache(string testroot, List<string> excludeList = null)
{
foreach (string f in Directory.GetFiles($"{testroot}\\packages\\cache"))
foreach (string f in Directory.GetFiles($"{testroot}\\pkgs\\cache"))
{
if (excludeList == null)
{
Expand Down

0 comments on commit 6019051

Please sign in to comment.