Skip to content

Commit 0ac32d3

Browse files
author
Moritz Clasmeier
committed
Use new spawnSubShellForDeployerEnv function
1 parent 004f44e commit 0ac32d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/deploy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ func runDeploy(cmd *cobra.Command, args []string) error {
351351
}
352352

353353
if components.IncludesCentral() && envrc == "" {
354-
if err := spawnSubshell(d, log); err != nil {
354+
if err := spawnSubshellForDeployerEnv(d, log); err != nil {
355355
return fmt.Errorf("failed to spawn subshell: %w", err)
356356
}
357357
}

0 commit comments

Comments
 (0)