rootless-config 1.6.1 → 1.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rootless-config",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "Store project config files outside the project root, auto-deploy them where tools expect them.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -32,7 +32,7 @@ function _Rootless_Activate {
32
32
 
33
33
  # Hook into the prompt so activation runs after every cd
34
34
  $_RootlessOriginalPrompt = if (Get-Command prompt -ErrorAction SilentlyContinue) {
35
- ${function:prompt}
35
+ \${function:prompt}
36
36
  } else { $null }
37
37
 
38
38
  function global:prompt {