Skip to content

Commit e00e8e0

Browse files
Super-longtiny-x
authored andcommitted
fix a typo
Signed-off-by: Super-long <0x4f4f4f4f@gmail.com>
1 parent 8bbd017 commit e00e8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cmd/check_os.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ func (doc *CheckOsCommand) buildCmdByMatchersAndFlags(flags []spec.ExpFlagSpec,
292292
}
293293

294294
if flag.FlagDefault() == "" {
295-
return nil, errors.New("build all commadn by yaml file failed! less required parameter, model: " + expName +
295+
return nil, errors.New("build all command by yaml file failed! less required parameter, model: " + expName +
296296
" action: " + actionName + " parameter: " + flag.FlagName())
297297
}
298298

0 commit comments

Comments
 (0)