Skip to content

Commit 91ed75d

Browse files
updating function call (#193)
1 parent 8d8cde8 commit 91ed75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/utils/validateargs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func ValidateBerryArgs(args []string) error {
4747
return err
4848
}
4949

50-
if err := checkNoOtherOptions(args, 3, "<types>"); err != nil {
50+
if err := checkNoOtherOptions(args, 3, "<berry>"); err != nil {
5151
return err
5252
}
5353

0 commit comments

Comments
 (0)