fix comment

This commit is contained in:
Jason Swank 2023-04-17 09:44:01 -04:00
parent 003ca399b7
commit 017a120665

View File

@ -19,7 +19,7 @@ persist:
podman run -ti --name {{n}} {{image}} podman run -ti --name {{n}} {{image}}
fi fi
# remove the persistent image # remove the persistent container
@clean: @clean:
podman rm -f {{n}} >/dev/null 2>&1 podman rm -f {{n}} >/dev/null 2>&1