From: Ian Jackson Date: Fri, 18 May 2018 16:05:24 +0000 (+0100) Subject: ms-planner: Fix a message to have the right quoting X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=63458a541359bfe1d853fb8fa78655fdf13087c8;p=people%2Faperard%2Fosstest.git ms-planner: Fix a message to have the right quoting Signed-off-by: Ian Jackson --- diff --git a/ms-planner b/ms-planner index e56f0ea7..c70b46b0 100755 --- a/ms-planner +++ b/ms-planner @@ -417,7 +417,7 @@ END Time => $plan->{Start}, Type => Unshare, Avail => 1, - Info => 'recently shared $cshare->{Type}', + Info => "recently shared $cshare->{Type}", PreviousShare => { %$cshare }, }; delete $evt->{PreviousShare}{OnlyPreparing};