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 <tin@irrational.io>
This commit is contained in:
Tin Lam 2019-03-27 22:44:34 -05:00
parent bdc08bc260
commit 3a4c1665eb

View File

@ -18,4 +18,4 @@ limitations under the License.
set -ex
heat-manage purge_deleted -g minutes $1
heat-manage purge_deleted -g minutes "$1"