fixed another typo

pull/10680/head
Brian Coca 9 years ago
parent 89cc54cc16
commit 62c08d96e5

@ -177,7 +177,7 @@ class Facts(object):
data = out.split('\n')
self.facts['architecture'] = data[0]
except:
self.facts['architectrure'] = 'Not Available'
self.facts['architecture'] = 'Not Available'
elif self.facts['system'] == 'OpenBSD':
self.facts['architecture'] = platform.uname()[5]

Loading…
Cancel
Save