diff --git a/cmd/bundle/exec.go b/cmd/bundle/exec.go index 0010d6231..3fd2b37d3 100644 --- a/cmd/bundle/exec.go +++ b/cmd/bundle/exec.go @@ -62,7 +62,7 @@ Example usage: // // This is only useful for when the Databricks CLI is the child command, // since if we do not explicitly pass the profile, the CLI will use the - // profile configured in the bundle YAML configuration (if any).We don't propagate the exit code as is because exit codes + // profile configured in the bundle YAML configuration (if any). if b.Config.Workspace.Profile != "" { env = append(env, "DATABRICKS_CONFIG_PROFILE="+b.Config.Workspace.Profile) }