Skip to content

Commit

Permalink
typo: fix wrong org name in create example (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcheung committed Mar 25, 2020
1 parent fe6f2da commit 959abff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -86,7 +86,7 @@ name: newProject
context:
cognitoPoolID: xxx
modules:
- source: "github.com/commit0/commit0-aws-eks-stack"
- source: "github.com/commitdev/commit0-aws-eks-stack"
output: "infrastructure"
- source: "github.com/zthomas/react-mui-kit"
output: "web-app"
Expand Down
2 changes: 1 addition & 1 deletion internal/config/create_example.go
Expand Up @@ -20,7 +20,7 @@ context:
# - output: "github-actions"
modules:
- source: "github.com/commit0/commit0-aws-eks-stack"`
- source: "github.com/commitdev/commit0-aws-eks-stack"`

func CreateExample(projectName string) {
content := []byte(fmt.Sprintf(exampleConfig, projectName))
Expand Down

0 comments on commit 959abff

Please sign in to comment.