forked from toolshed/abra
WIP: further process on app new command
This commit is contained in:
@ -92,7 +92,7 @@ var recipeCreateCommand = &cli.Command{
|
||||
}
|
||||
|
||||
url := fmt.Sprintf("%s/example.git", config.REPOS_BASE_URL)
|
||||
_, err := git.PlainClone(directory, false, &git.CloneOptions{URL: url})
|
||||
_, err := git.PlainClone(directory, false, &git.CloneOptions{URL: url, Tags: git.AllTags})
|
||||
if err != nil {
|
||||
logrus.Fatal(err)
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user