Skip to content

Commit

Permalink
Fix seed
Browse files Browse the repository at this point in the history
  • Loading branch information
cdupuis committed Nov 7, 2019
1 parent f5f03a9 commit 94e40f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/repositoryStart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export async function repositoryStart(opts: { cloneUrl: string } & Partial<Repos
profile: undefined,
watch: false,
debug: false,
seedUrl: "git@github.com:atomist-seeds/empty-sdm.git",
seedUrl: "https://github.com/atomist-seeds/empty-sdm.git",
}, opts);

let cwd = optsToUse.cwd;
Expand Down

0 comments on commit 94e40f3

Please sign in to comment.