Skip to content

Commit

Permalink
Merge pull request #137 from atomist/rename-seed-projects
Browse files Browse the repository at this point in the history
Renamed seed projects
  • Loading branch information
cdupuis authored Aug 23, 2018
2 parents 2cb7eb6 + 2bf24c3 commit be9901d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli/invocation/command/addBootstrapCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ function addSdmGenerator(yargs: YargBuilder) {
case "spring":
return sdm => {
sdm.addGeneratorCommand(sdmGenerator(name,
new GitHubRepoRef("atomist", "seed-sdm"),
new GitHubRepoRef("atomist", "spring-sdm-seed"),
"spring"));
};
case "blank":
return sdm => sdm.addGeneratorCommand(sdmGenerator(name,
new GitHubRepoRef("atomist", "blank-sdm"),
new GitHubRepoRef("atomist", "blank-sdm-seed"),
"blank"));
case "sample":
return sdm => sdm.addGeneratorCommand(sdmGenerator(name,
Expand Down

0 comments on commit be9901d

Please sign in to comment.