Skip to content

Commit d937f9b

Browse files
mcnclDrJosh9000
andauthored
Update internal/job/checkout.go
Co-authored-by: Josh Deprez <jd@buildkite.com>
1 parent 8f33289 commit d937f9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/job/checkout.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ func (e *Executor) defaultCheckoutPhase(ctx context.Context) (retErr error) {
10871087
//
10881088
// Only the default checkout phase invokes this; custom checkout hooks must
10891089
// arrange their own credentials.
1090-
func (e *Executor) prepareGitSSHKey() (_ string, _ func() error, retErr error) {
1090+
func (e *Executor) prepareGitSSHKey() (sshKeyPath string, cleanup func() error, retErr error) {
10911091
if e.GitSSHKey == "" {
10921092
return "", nil, nil
10931093
}

0 commit comments

Comments
 (0)