Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 committed Aug 29, 2022
1 parent 55186f6 commit 971a911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ jobs:
ext = ''
if len(extpocs) > 0 and not set(extpocs) <= set(rpExts):
iscustom = 'false'
errinfo = 'exp 参数错误, 请填写[exts.json](https://github.com/wjz304/Redpill_CustomBuild/blob/main/exts.json)中存在的名称(no *).'
errinfo = 'ext 参数错误, 请填写[exts.json](https://github.com/wjz304/Redpill_CustomBuild/blob/main/exts.json)中存在的名称(no *).'
else:
if len(extpocs) > 0:
ext += ','.join(extpocs)
Expand Down

0 comments on commit 971a911

Please sign in to comment.