Skip to content
This repository was archived by the owner on Jul 28, 2020. It is now read-only.

Commit e29d1f6

Browse files
committed
Fix generate-plugin-windows.ps1
1 parent 2ac184f commit e29d1f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

generate-plugin-windows.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
$cache_dir="$HOME\.cfdev\cache"
22

33
$pkg="code.cloudfoundry.org/cfdev/config"
4-
# $cfdepsUrl="$cache_dir\cf-deps.iso"
5-
$cfdepsUrl="C:\Users\pivotal\Downloads\cfdev-deps-windows-0.0.19.tgz"
4+
$cfdepsUrl="C:\Users\pivotal\.cfdev\cache\cfdev-deps.tgz"
65
$cfAnalyticsdUrl="$PWD\analytix.exe"
76

87
$date=(Get-Date -Format FileDate)

0 commit comments

Comments
 (0)