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

Commit 3a9d09e

Browse files
Anthony Emengojoaopapereira
authored andcommitted
Deploy-bosh with new contract for pre-packaged bosh manifest
Signed-off-by: Joao Pereira <[email protected]>
1 parent 6a4640a commit 3a9d09e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

provision/bosh.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ func (c *Controller) DeployBosh() error {
2323
s := ssh.SSH{}
2424

2525
srcDst := []string{
26-
filepath.Join(c.Config.CacheDir, "director.yml"),
2726
filepath.Join(c.Config.StateBosh, "state.json"),
2827
filepath.Join(c.Config.StateBosh, "creds.yml"),
2928
}
@@ -41,7 +40,7 @@ func (c *Controller) DeployBosh() error {
4140

4241
command := fmt.Sprintf("%s --tty create-env %s --state %s --vars-store %s",
4342
"/bosh/bosh",
44-
"director.yml",
43+
"/bosh/director.yml",
4544
"state.json",
4645
"creds.yml")
4746

0 commit comments

Comments
 (0)