mirror of https://github.com/databricks/cli.git
fix slash on Windows
This commit is contained in:
parent
9b5bc3b9be
commit
9f73ec2e42
|
@ -10,3 +10,7 @@ New = 'pid=12345'
|
|||
[[Repls]]
|
||||
Old = '\d\d:\d\d:\d\d'
|
||||
New = '10:07:59'
|
||||
|
||||
[[Repls]]
|
||||
Old = 'TMPDIR\\databricks.yml'
|
||||
New = 'TMPDIR/databricks.yml'
|
||||
|
|
Loading…
Reference in New Issue