File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ def update_wrapdb(self) -> bool:
155155 branch , revision = wrapdb_version .split ('-' , 1 )
156156 except ValueError :
157157 if not options .force :
158- self .log (' ->' , mlog .red ('Malformed wrapdb_version field, use --force to update any way ' ))
158+ self .log (' ->' , mlog .red ('Malformed wrapdb_version field, use --force to update anyway ' ))
159159 return False
160160 branch = revision = None
161161 except WrapException :
@@ -166,7 +166,7 @@ def update_wrapdb(self) -> bool:
166166 branch , revision = parse_patch_url (patch_url )
167167 except WrapException :
168168 if not options .force :
169- self .log (' ->' , mlog .red ('Could not determine current version, use --force to update any way ' ))
169+ self .log (' ->' , mlog .red ('Could not determine current version, use --force to update anyway ' ))
170170 return False
171171 branch = revision = None
172172
You can’t perform that action at this time.
0 commit comments