mirror of https://github.com/databricks/cli.git
fix: Cleanup
This commit is contained in:
parent
d7fbf8ab69
commit
35b3921f8c
|
@ -241,8 +241,6 @@ func (m *applyPresets) Apply(ctx context.Context, b *bundle.Bundle) diag.Diagnos
|
||||||
disabled := false
|
disabled := false
|
||||||
b.Config.Presets.SourceLinkedDeployment = &disabled
|
b.Config.Presets.SourceLinkedDeployment = &disabled
|
||||||
}
|
}
|
||||||
enabled := true
|
|
||||||
b.Config.Presets.SourceLinkedDeployment = &enabled
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return diags
|
return diags
|
||||||
|
|
Loading…
Reference in New Issue