Skip to content

Commit

Permalink
changes example config tabs to spaces
Browse files Browse the repository at this point in the history
the reason is because yaml does not support tabs
  • Loading branch information
thdaraujo committed Jun 10, 2020
1 parent de27965 commit 3926600
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/config/projectconfig/init.go
Expand Up @@ -21,9 +21,9 @@ context:
# - output: "github-actions"
modules:
- source: "github.com/commitdev/zero-aws-eks-stack"
- source: "github.com/commitdev/zero-deployable-backend"
- source: "github.com/commitdev/zero-deployable-react-frontend"
- source: "github.com/commitdev/zero-aws-eks-stack"
- source: "github.com/commitdev/zero-deployable-backend"
- source: "github.com/commitdev/zero-deployable-react-frontend"
`

var RootDir = "./"
Expand Down

0 comments on commit 3926600

Please sign in to comment.