From 406103623d56c867c1aa25d13277d96cb05f482f Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Mon, 3 Mar 2025 20:08:33 +0100 Subject: [PATCH] - --- cmd/bundle/exec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/bundle/exec.go b/cmd/bundle/exec.go index 8703b4fbc..0010d6231 100644 --- a/cmd/bundle/exec.go +++ b/cmd/bundle/exec.go @@ -50,7 +50,7 @@ Example usage: env := auth.ProcessEnv(root.ConfigUsed(cmd.Context())) // If user has specified a target, pass it to the child command. DABs - // defines a "default" target which is a placeholder if no target is defined. + // defines a "default" target which is a placeholder for when no target is defined. // If that's the case, i.e. no targets are defined, then do not pass the target. // // This is only useful for when the Databricks CLI is the child command.