From 3a4c1665eb47d19d007fc3786015d1da7c152856 Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Wed, 27 Mar 2019 22:44:34 -0500 Subject: [PATCH] Fix globbing Trivial fix to follow up on comment from [0]. [0] https://review.openstack.org/#/c/638249/4 Change-Id: Ia53dd43a5a237f466909649e69889b41064db933 Signed-off-by: Tin Lam --- heat/templates/bin/_heat-purge-deleted-active.sh.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat/templates/bin/_heat-purge-deleted-active.sh.tpl b/heat/templates/bin/_heat-purge-deleted-active.sh.tpl index 9e3ec1f85e..a98be78697 100644 --- a/heat/templates/bin/_heat-purge-deleted-active.sh.tpl +++ b/heat/templates/bin/_heat-purge-deleted-active.sh.tpl @@ -18,4 +18,4 @@ limitations under the License. set -ex -heat-manage purge_deleted -g minutes $1 +heat-manage purge_deleted -g minutes "$1"