Skip to content

Commit

Permalink
Fix provision:node recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Oct 19, 2024
1 parent 86dcff8 commit 41fa854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/provision/nodejs.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
run('chmod +x /usr/local/bin/fnm');

run('fnm install {{node_version}}');
appendToFile('~/.bashrc', 'eval "`fnm env`"');
appendToFile('/home/deployer/.bashrc', 'eval "`fnm env`"');
})
->oncePerNode();

0 comments on commit 41fa854

Please sign in to comment.