Skip to content

Commit d50e88c

Browse files
authored
chore: correct copy&paste panic message (#4399)
1 parent 8b829b1 commit d50e88c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/api/api_impl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ func validateLegalComments(value LegalComments, bundle bool) config.LegalComment
169169
case LegalCommentsExternal:
170170
return config.LegalCommentsExternalWithoutComment
171171
default:
172-
panic("Invalid source map")
172+
panic("Invalid legal comments")
173173
}
174174
}
175175

0 commit comments

Comments
 (0)