Skip to content

Commit fd85f28

Browse files
committed
fix-typo-in-prompt
1 parent 97c1d0f commit fd85f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command-helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func (thisRef *Command) flagNeededCommandsForExecuteAndPopulateTheirFlags(args [
122122
// check that all required flags are set
123123
for _, rf := range requriedFlags {
124124
if !rf.wasSet {
125-
updateErrorToReturn(fmt.Errorf("Missing requried flag [%s]", rf.name))
125+
updateErrorToReturn(fmt.Errorf("Missing required flag [%s]", rf.name))
126126
break
127127
}
128128
}

0 commit comments

Comments
 (0)