Skip to content

Commit e9158db

Browse files
committed
Fix test
1 parent 5511f2e commit e9158db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundle/config/mutator/python/python_mutator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func getOpts(b *bundle.Bundle, phase phase) (opts, error) {
120120
pythonEnabled := !reflect.DeepEqual(b.Config.Python, config.Python{})
121121

122122
if pydabsEnabled {
123-
return opts{}, errors.New("experimental/pydabs is deprecated, use experimental/python instead (https://docs.databricks.com/dev-tools/bundles/python)")
123+
return opts{}, errors.New("experimental/pydabs is deprecated, use python instead (https://docs.databricks.com/dev-tools/bundles/python)")
124124
}
125125

126126
if experimentalPythonEnabled && pythonEnabled {

0 commit comments

Comments
 (0)