Skip to content

Commit 071c523

Browse files
ovidiutirlarexagod
andauthored
chore: update log message
Co-authored-by: Pranshu Srivastava <[email protected]>
1 parent 1669ae6 commit 071c523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ func getLabelsDocumentation() (map[string][]string, error) {
188188
return nil
189189
})
190190
if err != nil {
191-
log.Fatalf("impossible to walk directories: %s", err)
191+
log.Fatalf("cannot walk the documentation directory: %w", err)
192192
}
193193

194194
return documentedMetrics, nil

0 commit comments

Comments
 (0)