Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocariello committed Sep 17, 2016
1 parent 8ca05ac commit 9d48bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockeroo/docker_machine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def run_cmd(self, cmd, quiet=False, return_output=False):
if return_output:
return proc.stdout.read().strip()

def config_binfmt(self, container, arch):
def config_binfmt(self, arch):
self.run_cmd('[ -f /proc/sys/fs/binfmt_misc/register ] || '
'mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc')
self.run_cmd(
Expand Down

0 comments on commit 9d48bf6

Please sign in to comment.