From fcfad072ba9a983b42f98c7a71c256a6851f0fd0 Mon Sep 17 00:00:00 2001 From: Flavio Poletti Date: Thu, 29 Jan 2015 06:49:16 +0100 Subject: [PATCH] fixed issue with inspect with bundle --- remote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote b/remote index 50b1327..2b370d0 100755 --- a/remote +++ b/remote @@ -82,7 +82,7 @@ if ($config{show}) { if ($config{inspect}) { $config{cleanup} = 0; - $config{'deploy'} = 0; + $config{'no-exec'} = 1; $config{'tempdir'} = 0; $config{workdir} = $config{inspect}; } ## end if ($config{inspect}) -- 2.11.4.GIT