🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-10-13 16:12:59 -04:00
parent 67543a43ae
commit 66da879e54

View File

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