Skip to content

Commit

Permalink
refac: change github link
Browse files Browse the repository at this point in the history
  • Loading branch information
EjembiEmmanuel committed Oct 7, 2024
1 parent a793172 commit 0208cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import fs from "fs";
import path from "path";
import ora from "ora";

const git_repo = "https://github.com/horuslabsio/Starknet-Scaffold.git";
const git_repo = "https://github.com/EjembiEmmanuel/Starknet-Scaffold.git";

// convert libs to promises
const exec = promisify(cp.exec);
Expand Down

0 comments on commit 0208cbd

Please sign in to comment.