Skip to content

Commit

Permalink
Merge pull request #630 from gane5hvarma/bug.fixVrNameInCleanup
Browse files Browse the repository at this point in the history
echo image instead of images
  • Loading branch information
imeoer authored Jan 26, 2025
2 parents 9983eb4 + e3fe566 commit 9089ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/snapshotter/snapshotter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ function remove_images() {
for IMAGE in $IMAGES; do
# Delete the image
$ctr_args images rm $IMAGE > /dev/null 2>&1 || true
echo "Images $IMAGES removed"
echo "Image $IMAGE removed"
done
done
# Delete the content
Expand Down

0 comments on commit 9089ad1

Please sign in to comment.