From 1f9d5a03722b4281f5c34f645bb8c8077c584803 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 20 May 2021 15:24:06 +0200 Subject: multipass: "make info" now requires an app to be set --- lib/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/runner.py b/lib/runner.py index fe383fc..aaa3807 100644 --- a/lib/runner.py +++ b/lib/runner.py @@ -641,7 +641,7 @@ class Multipass: Returns a list. """ - command = ["make", "arch={}".format(self.name), "info"] + command = ["make", "arch={}".format(self.name), "app=donothing", "info"] command.extend(self.opts) command.extend(opts) logger.debug(f"Getting Info: {' '.join(command)}") -- cgit v1.2.3