Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/golang-windows/packaging
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
. exiter
. ./exiter.ps1
try {
$BOSH_INSTALL_TARGET = Resolve-Path $env:BOSH_INSTALL_TARGET
} catch {
Expand Down
2 changes: 1 addition & 1 deletion packages/golang-windows/spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: golang-windows

files:
- golang/go1.7.windows-amd64.zip
- exiter
- exiter.ps1
2 changes: 1 addition & 1 deletion packages/rep_windows/packaging
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
. exiter
. ./exiter.ps1
try {
$BOSH_INSTALL_TARGET = Resolve-Path $env:BOSH_INSTALL_TARGET
} catch {
Expand Down
2 changes: 1 addition & 1 deletion packages/rep_windows/spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- golang-windows

files:
- exiter
- exiter.ps1
- code.cloudfoundry.org/archiver/compressor/*.go # gosub
- code.cloudfoundry.org/archiver/extractor/*.go # gosub
- code.cloudfoundry.org/bbs/*.go # gosub
Expand Down
File renamed without changes.