Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adams85 committed Nov 8, 2024
1 parent a3a9908 commit 359852a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.set-env.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ const crossEnv = require("cross-env");
// according to Deno version and put it in environment variable.
process.env["DENO_NODE_MODULES_DIR"] = `--node-modules-dir=${major < 2 ? "true" : "manual"}`;

// Execute the actual command (with subtituting the environment variable).
// Execute the actual command (with substituting the environment variable).
crossEnv(process.argv.slice(2), { shell: true });
})();

0 comments on commit 359852a

Please sign in to comment.