Skip to content

Commit

Permalink
Correcting typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbeltrame authored Feb 25, 2025
1 parent 64ef825 commit 350f052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ fnm is also supported but is not entirely covered. You can set up a startup scri

```batch
@echo off
:: for /F will launch a new instance of cmd so we create a guard to prevent an infnite loop
:: for /F will launch a new instance of cmd so we create a guard to prevent an infinite loop
if not defined FNM_AUTORUN_GUARD (
set "FNM_AUTORUN_GUARD=AutorunGuard"
FOR /f "tokens=*" %%z IN ('fnm env --use-on-cd') DO CALL %%z
Expand Down

0 comments on commit 350f052

Please sign in to comment.