mirror of https://github.com/databricks/cli.git
Fix context propagation in bundle/deploy/terraform (#2208)
https://github.com/databricks/cli/pull/747#discussion_r1925248116
This commit is contained in:
parent
667302b61b
commit
54a470837c
|
@ -54,7 +54,7 @@ func (m *initialize) findExecPath(ctx context.Context, b *bundle.Bundle, tf *con
|
|||
return tf.ExecPath, nil
|
||||
}
|
||||
|
||||
binDir, err := b.CacheDir(context.Background(), "bin")
|
||||
binDir, err := b.CacheDir(ctx, "bin")
|
||||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue