Skip to content

Commit 675feb0

Browse files
committed
add back work dir
1 parent 7ce08a1 commit 675feb0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cli/templatepush.go

+3
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ func (r *RootCmd) templatePush() *clibase.Cmd {
161161
var (
162162
versionName string
163163
provisioner string
164+
workdir string
164165
variablesFile string
165166
commandLineVariables []string
166167
alwaysPrompt bool
@@ -185,6 +186,8 @@ func (r *RootCmd) templatePush() *clibase.Cmd {
185186
r.InitClient(client),
186187
),
187188
Handler: func(inv *clibase.Invocation) error {
189+
uploadFlags.setWorkdir(workdir)
190+
188191
err := handleEntitlements(inv.Context(), handleEntitlementsArgs{
189192
client: client,
190193
requireActiveVersion: requireActiveVersion,

0 commit comments

Comments
 (0)