Skip to content

Commit

Permalink
fix: Update to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyakuz-db committed Nov 22, 2024
1 parent b361844 commit f836c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/config/mutator/apply_presets.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ func (m *applyPresets) Apply(ctx context.Context, b *bundle.Bundle) diag.Diagnos
diag.Diagnostics{
{
Severity: diag.Warning,
Summary: "Source-linked deployment is available only in the Databricks Workspace",
Summary: "source-linked deployment is available only in the Databricks Workspace",
Paths: []dyn.Path{
path,
},
Expand Down

0 comments on commit f836c00

Please sign in to comment.