diff --git a/bin/cli b/bin/cli index da0b214..66ef2b7 100755 --- a/bin/cli +++ b/bin/cli @@ -19,7 +19,7 @@ persist: podman run -ti --name {{n}} {{image}} fi -# remove the persistent image +# remove the persistent container @clean: podman rm -f {{n}} >/dev/null 2>&1