fix build

This commit is contained in:
Shreyas Goenka 2025-03-11 12:51:01 +01:00
parent 8e19474f52
commit d9b5f5e185
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ import (
"github.com/databricks/cli/cmd/root"
"github.com/databricks/cli/libs/auth"
"github.com/databricks/cli/libs/command"
"github.com/spf13/cobra"
)
@ -39,7 +40,7 @@ Example usage:
childCmd := exec.Command(args[0], args[1:]...)
env := auth.ProcessEnv(root.ConfigUsed(cmd.Context()))
env := auth.ProcessEnv(command.ConfigUsed(cmd.Context()))
// If user has specified a target, pass it to the child command.
//