Merge pull request #2310 from jberry-suse/origin-manager-unknown-spelling

osclib/origin: policy_input_calculate(): s/unkown/unknown/.
This commit is contained in:
Jimmy Berry 2019-11-08 16:08:31 -06:00 committed by GitHub
commit 2a32702b1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -479,7 +479,7 @@ def policy_input_calculate(apiurl, project, package,
else:
inputs['direction'] = 'forward' if index_new < index_old else 'backward'
except ValueError:
inputs['direction'] = 'unkown'
inputs['direction'] = 'unknown'
return inputs