From 2a4a1ba30abeb3514404126586ef33eb25fd2ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20PORTAY?= Date: Thu, 1 Feb 2024 07:30:48 +0100 Subject: [PATCH] Comment rewording --- dosh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dosh b/dosh index 4b77991..5f82637 100755 --- a/dosh +++ b/dosh @@ -801,7 +801,7 @@ fi # Remove the image and exit if [[ ${rmi:-} ]] then - # Remove image if exist + # Remove an existent image tag="$(get_tag "$DOSH_DOCKERFILE")" docker_rmi "$tag" "$@" >&2 exit