Skip to content

Commit 8867168

Browse files
committed
fix env_factory
1 parent 2e81740 commit 8867168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/env_factory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ func NewEnvFactory(
7171
manifestVars boshtpl.Variables,
7272
manifestOp patch.Op,
7373
recreatePersistentDisks bool,
74-
useIsolatedEnv bool,
7574
packageDir string,
75+
useIsolatedEnv bool,
7676
) *envFactory {
7777
f := envFactory{
7878
deps: deps,

0 commit comments

Comments
 (0)