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.
2 parents d612b6a + e371c71 commit 2033e7fCopy full SHA for 2033e7f
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