Skip to content

Commit 8a583d8

Browse files
committed
improve
1 parent f1cc25a commit 8a583d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pairing/pkg/cmd/pair.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ func Pair(cloneDir, organization, repository string, p PairingServiceInterface)
200200

201201
shouldPair, err := p.shouldPair(forkRepoURL, remoteBranch)
202202
if err != nil {
203-
log.Printf("should not pair: %w", err)
203+
log.Printf("should not pair: %s", err.Error())
204204
}
205205

206206
parentRepoURL := fmt.Sprintf("https://github.com/%s/%s.git", organization, repository)

0 commit comments

Comments
 (0)