Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Super-long <0x4f4f4f4f@gmail.com>
  • Loading branch information
Super-long authored and tiny-x committed May 7, 2022
1 parent 8bbd017 commit e00e8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/check_os.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ func (doc *CheckOsCommand) buildCmdByMatchersAndFlags(flags []spec.ExpFlagSpec,
}

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

Expand Down

0 comments on commit e00e8e0

Please sign in to comment.