From 24346ea97616c24259ab12f352e8923e10aa5188 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Mon, 12 Oct 2015 10:39:48 -0700 Subject: [PATCH] Fix build breaks - correct typo in `_kpm-publish.shade` --- build/_kpm-publish.shade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/_kpm-publish.shade b/build/_kpm-publish.shade index cdf0fa8f70..833ca0d2e2 100644 --- a/build/_kpm-publish.shade +++ b/build/_kpm-publish.shade @@ -17,4 +17,4 @@ default targetPackagesDir='' .Where(p => !p.EndsWith(".symbols.nupkg")); } -dnu command='/C dnu packages add ${package} ${targetPackagesDir}' each='var package in packages' +dnu command='packages add ${package} ${targetPackagesDir}' each='var package in packages'