Skip to content

Commit

Permalink
Fix for wrong plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderson1993 committed Mar 28, 2024
1 parent 9955233 commit 930b9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pluginInit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import fs from "node:fs";
if (!fs.existsSync("./data/plugins/Thorium Default")) {
console.info(
execSync(
'git clone https://github.com/thorium-sim/thorium-prime-plugin "data/plugins/Thorium Default"',
'git clone https://github.com/thorium-sim/thorium-nova-plugin "data/plugins/Thorium Default"',
).toString(),
);
} else {
Expand Down

0 comments on commit 930b9ce

Please sign in to comment.