We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a7783 commit 46b2a52Copy full SHA for 46b2a52
service/service.go
@@ -49,7 +49,7 @@ func Initialise(ctx context.Context, c Config) (app *App, err error) {
49
app.ctx, app.cancel = context.WithCancel(ctx)
50
app.config = c
51
52
- if c.NoSSH {
+ if !c.NoSSH {
53
app.ssh, err = ssh.NewSSHAgentAuth("git")
54
if err != nil {
55
return nil, errors.Wrap(err, "failed to set up SSH authentication")
0 commit comments