Skip to content

Commit

Permalink
fix: update starter url and imports (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankithans authored Aug 3, 2021
1 parent 5de934c commit e8c2a70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/internal/cmd/init/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func cloneStarter(f *factory.Factory) {
}

_, cloneErr := git.PlainClone(path, false, &git.CloneOptions{
URL: "https://github.com/ankithans/charmil-starter-template",
URL: "https://github.com/aerogear/charmil-starter",
Progress: f.IOStreams.Out,
})
if cloneErr != nil {
Expand Down
2 changes: 1 addition & 1 deletion starter/cmd/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
"log"
"os"

"github.com/aerogear/charmil/cli/internal/factory"
"github.com/aerogear/charmil/core/config"
"github.com/aerogear/charmil/core/localize"
"github.com/aerogear/charmil/starter/internal/factory"
"github.com/spf13/cobra"
"github.com/spf13/cobra/doc"
"golang.org/x/text/language"
Expand Down

0 comments on commit e8c2a70

Please sign in to comment.