Skip to content

Commit

Permalink
Comment rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
gportay committed Feb 1, 2024
1 parent 0373c5d commit 2a4a1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dosh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a4a1ba

Please sign in to comment.