mirror of https://github.com/databricks/cli.git
Fix other file
This commit is contained in:
parent
5af6c4222b
commit
e048890afb
|
@ -1,7 +1,7 @@
|
|||
# Fix for windows
|
||||
[[Repls]]
|
||||
Old = '\$TMPDIR\\.databricks\\bundle\\wrong_file_structure\\variable-overrides.json'
|
||||
New = '$TMPDIR/.databricks/bundle/wrong_file_structure/variable-overrides.json'
|
||||
New = '$$TMPDIR/.databricks/bundle/wrong_file_structure/variable-overrides.json'
|
||||
|
||||
[[Repls]]
|
||||
Old = '\$TMPDIR\\.databricks\\bundle\\invalid_json\\variable-overrides.json'
|
||||
|
|
Loading…
Reference in New Issue