Commit f74688e7 authored by Jonathan Griffin's avatar Jonathan Griffin
Browse files

Bug 815807 - Part 1b: fix typo, a=test-only

parent 234319bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -145,7 +145,7 @@ class Marionette(object):
        self.client = MarionetteClient(self.host, self.port)

        if emulator:
            self.emulator.setup(self, gecko_path=self.gecko_path,
            self.emulator.setup(self, gecko_path=gecko_path,
                                load_early=load_early)
            if busybox:
                self.emulator.install_busybox(busybox)