mirror of https://github.com/databricks/cli.git
fix timestamp regex wrt [TIMESTAMP] +0000
This commit is contained in:
parent
c05b780c80
commit
18a641982c
|
@ -2,5 +2,5 @@
|
|||
LocalOnly = true
|
||||
|
||||
[[Repls]]
|
||||
Old = '\d\d\d\d-\d\d-\d\d(T| )\d\d:\d\d:\d\d(\.\d+)?(\+\d\d:\d\d)?Z?'
|
||||
Old = '\d\d\d\d-\d\d-\d\d(T| )\d\d:\d\d:\d\d(\.\d+)?(\+\d\d:?\d\d)?Z?'
|
||||
New = '[TIMESTAMP]'
|
||||
|
|
Loading…
Reference in New Issue