Fix spelling of architecture for non-x86
parent
7d50a5c2b7
commit
ae964b97c4
|
@ -78,7 +78,7 @@ class Facts(object):
|
|||
elif Facts._I386RE.search(self.facts['machine']):
|
||||
self.facts['architecture'] = 'i386'
|
||||
else:
|
||||
self.facts['archtecture'] = self.facts['machine']
|
||||
self.facts['architecture'] = self.facts['machine']
|
||||
if self.facts['system'] == 'Linux':
|
||||
self.get_distribution_facts()
|
||||
|
||||
|
|
Loading…
Reference in New Issue