From d4c865f311e9fb3e474f1d22ad6bf7bb128bdd7f Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Tue, 21 Mar 2023 19:31:50 -0400 Subject: [PATCH] fix typo --- bin/cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cli b/bin/cli index 48690f7..da0b214 100755 --- a/bin/cli +++ b/bin/cli @@ -16,7 +16,7 @@ persist: if [ $(podman ps --all --filter name="{{n}}" -q | wc -l) -gt 0 ]; then podman start -i -a {{n}} else - podman run -ti --name {{n}} {{image}}{ + podman run -ti --name {{n}} {{image}} fi # remove the persistent image