typo fix
This commit is contained in:
parent
b509de6c84
commit
89cc54cc16
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ class Facts(object):
|
||||||
data = out.split('\n')
|
data = out.split('\n')
|
||||||
self.facts['architecture'] = data[0]
|
self.facts['architecture'] = data[0]
|
||||||
except:
|
except:
|
||||||
self.facts['architectrure' = 'Not Available'
|
self.facts['architectrure'] = 'Not Available'
|
||||||
elif self.facts['system'] == 'OpenBSD':
|
elif self.facts['system'] == 'OpenBSD':
|
||||||
self.facts['architecture'] = platform.uname()[5]
|
self.facts['architecture'] = platform.uname()[5]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue