Skip to content

Commit

Permalink
No Bug - Fix python typo in mozboot, r=trivial, DONTBUILD, a=NPOTB
Browse files Browse the repository at this point in the history
  • Loading branch information
ahal committed Mar 4, 2014
1 parent cb2d3b3 commit 8b47ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mozboot/mozboot/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def apt_update(self):

def apt_add_architecture(self, arch):
command = ['dpkg', '--add-architecture']
command.extemd(arch)
command.extend(arch)

self.run_as_root(command)

Expand Down

0 comments on commit 8b47ee9

Please sign in to comment.