mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2025-12-11 23:50:05 +01:00
Use https git remote by default
This commit is contained in:
parent
51388f041b
commit
d8dbcba49c
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ func RunSubcommand(ctx context.Context, cfg config, subcommand string, args []st
|
|||
Name: name,
|
||||
Source: spec.Source{
|
||||
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,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue