Commit b1b78a4f by Brian Coca

fixed another typo

parent f8b5e081
......@@ -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]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment