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