From a8a3e8bc99d033e6c0b841e9835954f893e67c12 Mon Sep 17 00:00:00 2001 From: "Jason T. Greene" Date: Sun, 9 Jan 2022 20:59:05 -0600 Subject: Fix type-o in podman.wxs Signed-off-by: Jason T. Greene --- contrib/msi/podman.wxs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/msi/podman.wxs b/contrib/msi/podman.wxs index c1b8f1a23..c2826fc19 100644 --- a/contrib/msi/podman.wxs +++ b/contrib/msi/podman.wxs @@ -50,7 +50,7 @@ NOT Installed - (REMOVE="ALL") AND (NOT UPGRADINGPRODUCTCODE) + (REMOVE="ALL") AND (NOT UPGRADINGPRODUCTCODE) -- cgit v1.2.3-54-g00ecf