Use https git remote by default

This commit is contained in:
Frederic Branczyk 2018-04-25 10:24:10 +01:00
parent 51388f041b
commit d8dbcba49c
No known key found for this signature in database
GPG key ID: 7741A52782A90069

View file

@ -135,7 +135,7 @@ func RunSubcommand(ctx context.Context, cfg config, subcommand string, args []st
Name: name, Name: name,
Source: spec.Source{ Source: spec.Source{
GitSource: &spec.GitSource{ GitSource: &spec.GitSource{
Remote: fmt.Sprintf("git@github.com:%s/%s", user, repo), Remote: fmt.Sprintf("https://github.com/%s/%s", user, repo),
Subdir: subdir, Subdir: subdir,
}, },
}, },