🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-13 16:12:59 -04:00
parent 67543a43ae
commit 66da879e54
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -172,7 +172,7 @@ podman | docker)
*) # Execute primary command
if [ $# -eq 0 ]; then
podman info
podman-tui
exit ${exitCode:-$?}
else
__exec_command "$@"