Skip to content

Commit

Permalink
Fix script arguments interpolation in kadena-cli wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
enobayram committed May 14, 2024
1 parent e264e3e commit 82c6377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/kadena-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ let
mkdir -p $out/bin
cat - > $out/bin/kadena <<EOF
#!${pkgs.runtimeShell}
${nodejs-slim}/bin/node $out/lib/cli.mjs $@
${nodejs-slim}/bin/node $out/lib/cli.mjs "\$@"
EOF
chmod +x $out/bin/kadena
'';
Expand Down

0 comments on commit 82c6377

Please sign in to comment.