Skip to content

Commit 3b9e0f9

Browse files
denikpietern
andcommitted
Update cmd/bundle/deployment/migrate.go
Co-authored-by: Pieter Noordhuis <[email protected]>
1 parent 33d8ac5 commit 3b9e0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/bundle/deployment/migrate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ WARNING: Both direct deployment engine and this command are experimental and not
4646
ctx := cmd.Context()
4747

4848
if stateDesc.Lineage == "" {
49-
cmdio.LogString(ctx, `This command migrates existing terraform state file (terraform.tfstate) to direct deployment engine state file (resources.json). However, no existing local or remote state found.
49+
cmdio.LogString(ctx, `This command migrates the existing Terraform state file (terraform.tfstate) to a direct deployment state file (resources.json). However, no existing local or remote state was found.
5050
5151
To start using direct engine, deploy with DATABRICKS_BUNDLE_ENGINE=direct env var or bundle.engine="direct" in databricks.yml.`)
5252
return root.ErrAlreadyPrinted

0 commit comments

Comments
 (0)