Proper handling for $

This commit is contained in:
Ilya Kuznetsov 2025-01-29 12:45:57 +01:00
parent 198d105fe1
commit 5af6c4222b
No known key found for this signature in database
GPG Key ID: 91F3DDCF5D21CDDF
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ New = '$TMPDIR/.databricks/bundle/wrong_file_structure/variable-overrides.json'
[[Repls]]
Old = '\$TMPDIR\\.databricks\\bundle\\invalid_json\\variable-overrides.json'
New = '$TMPDIR/.databricks/bundle/invalid_json/variable-overrides.json'
New = '$$TMPDIR/.databricks/bundle/invalid_json/variable-overrides.json'