fixed another typo

This commit is contained in:
Brian Coca 2015-04-13 10:58:17 -04:00
parent f8b5e0814c
commit b1b78a4fd6

View file

@ -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]