From 017a1206656b795b60a666ee946d96c648ab230d Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Mon, 17 Apr 2023 09:44:01 -0400 Subject: [PATCH] fix comment --- bin/cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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