fixed another typo

This commit is contained in:
Brian Coca 2015-04-13 10:58:17 -04:00
parent 89cc54cc16
commit 62c08d96e5

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]