Skip to content

Commit

Permalink
fix: disable SSH.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Aug 6, 2020
1 parent 0641d93 commit 0d4518d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func run(cfg Config) error {

docTarget := filepath.Join(dir, cfg.Target.DocPath)

docGitURL := makeRemoteURL(cfg.Target, cfg.Token, true)
docGitURL := makeRemoteURL(cfg.Target, cfg.Token, false)

output, err := git.Clone(clone.Repository(docGitURL), clone.Depth("1"), clone.Directory(dir), git.Debugger(cfg.Debug))
if err != nil {
Expand Down

0 comments on commit 0d4518d

Please sign in to comment.