This commit is contained in:
Shreyas Goenka 2025-01-29 12:28:20 +01:00
parent d08cff4842
commit e3be64e093
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@ type DatabricksCliLog struct {
CliTestEvent *CliTestEvent `json:"cli_test_event,omitempty"`
BundleInitEvent *BundleInitEvent `json:"bundle_init_event,omitempty"`
BundleDeplyEvent *BundleDeployEvent `json:"bundle_deploy_event,omitempty"`
BundleDeployEvent *BundleDeployEvent `json:"bundle_deploy_event,omitempty"`
}