Skip to content

Commit

Permalink
update cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Octo8080X committed Dec 30, 2023
1 parent 4d9d768 commit fbf6326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ensureDirSync(`./plantation`);
ensureDirSync(`./plantation/${parsedArgs["_"][0]}`);

const create = await fetch(
"https://raw.githubusercontent.com/Octo8080X/plantation/main/routesTemplate/create.tsx",
"https://deno.land/x/plantation@0.0.1/routesTemplate/create.tsx?source=",
);
const createFilePath = `./plantation/${parsedArgs["_"][0]}/create.tsx`;
Deno.writeTextFileSync(
Expand Down

0 comments on commit fbf6326

Please sign in to comment.