Skip to content

Commit

Permalink
chore: update repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
dabit3 committed Jan 11, 2024
1 parent 46cc44e commit c114f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import open from 'open';

const program = new Command();
const log = console.log;
const repoUrl = 'git@github.com:dabit3/model-playground.git';
const repoUrl = 'https://github.com/fal-ai/fal-nextjs-template.git';
const green = chalk.green;
const purple = chalk.hex('#6e40c9');

Expand Down

0 comments on commit c114f51

Please sign in to comment.