We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d612b6a commit e371c71Copy full SHA for e371c71
docs/shadowlisp.md
@@ -33,7 +33,7 @@ snippet that uses more features than most code will have to:
33
(env/remove-from-pathlist "PATH" (path-concat rroot "bin"))
34
(when-let ((groot (env/get "GEM_ROOT")))
35
(env/remove-from-pathlist "PATH" (path-concat groot "bin"))
36
- (env/remove-from-pathlist "GEM_PATH" gem-root))
+ (env/remove-from-pathlist "GEM_PATH" groot))
37
(when-let ((ghome (env/get "GEM_HOME")))
38
(env/remove-from-pathlist "PATH" (path-concat ghome "bin"))
39
(env/remove-from-pathlist "GEM_PATH" ghome)))
0 commit comments