fixed another typo
This commit is contained in:
parent
89cc54cc16
commit
62c08d96e5
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['architecture'] = '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