diff --git a/justfile b/justfile index 16af2fb..35c06dd 100644 --- a/justfile +++ b/justfile @@ -99,7 +99,7 @@ python: # Install fnm (Node version manager) with Node LTS and enable pnpm via corepack node: - bash {{root}}/scripts/install-node.sh {{os}} + bash {{root}}/scripts/install-node.sh # Install or update Go (use: just go, just go update) go action="install":