Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenwang9867 committed Jul 18, 2022
1 parent 771e3a4 commit 779674b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencydiff/dependencydiff.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func GetDependencyDiffResults(
}

if err != nil {
return nil, fmt.Errorf("error in initClientByChecks: %w", err)
return nil, fmt.Errorf("error in initRepoAndClientByChecks: %w", err)
}
err = getScorecardCheckResults(&dCtx)
if err != nil {
Expand Down

0 comments on commit 779674b

Please sign in to comment.