diff --git a/112-Cleanup_Old_Dockers.sh b/112-Cleanup_Old_Dockers.sh index 5f705df..db503e2 100644 --- a/112-Cleanup_Old_Dockers.sh +++ b/112-Cleanup_Old_Dockers.sh @@ -24,5 +24,5 @@ then spacesavedwords=$(human_readable_bytes "$spacesavedbytes") printf "$COL_LIGHT_BLUE" "* Cleanup saved $spacesavedwords" else - printf "$COL_LIGHT_BLUE" "* Snap is not enabled on this system" + printf "$COL_LIGHT_BLUE" "* docker is not enabled on this system" fi