Fix build breaks

- correct typo in `_kpm-publish.shade`
This commit is contained in:
Doug Bunting 2015-10-12 10:39:48 -07:00
parent d679c85aa3
commit 24346ea976
1 changed files with 1 additions and 1 deletions

View File

@ -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'