From 112a9de90a5dbe97bea17fc09e20e0a46141b403 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Mon, 3 Mar 2025 20:10:27 +0100 Subject: [PATCH] - --- cmd/bundle/exec.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/bundle/exec.go b/cmd/bundle/exec.go index 3fd2b37d3..7dd831a20 100644 --- a/cmd/bundle/exec.go +++ b/cmd/bundle/exec.go @@ -71,9 +71,9 @@ Example usage: // Execute all scripts from the bundle root directory. This behavior can // be surprising in isolation, but we do it to keep the behavior consistent - // for both cases: + // for both these cases: // 1. One shot commands like `databricks bundle exec -- echo hello` - // 2. Scripts that are defined in the scripts section of the DAB. + // 2. (upcoming) Scripts that are defined in the scripts section of the DAB. // // TODO(shreyas): Add a DATABRICKS_BUNDLE_INITIAL_CWD environment variable // that users can read to figure out the original CWD. I'll do that when