From 653080a143d45cca93e6f0f32b120224164bb746 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Sun, 11 Sep 2022 09:47:09 -0400 Subject: [PATCH] src/cmd-push-container-manifest: delete inaccurate comment This file was originally a copy/paste of another file and this comment was mistakenly left over from that. Also fix a typo in the sentence above it. (cherry picked from commit 8dfc459581a1762d78a6c0bfab6db51525e55bce) (cherry picked from commit 676ade2304d171964cc62aa79c596fe7589d7647) (cherry picked from commit 2e2a39f4ed3d01c323d3a86642916dcb93994c79) --- src/cmd-push-container-manifest | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/cmd-push-container-manifest b/src/cmd-push-container-manifest index fab1630fb8..27cfc84058 100755 --- a/src/cmd-push-container-manifest +++ b/src/cmd-push-container-manifest @@ -1,10 +1,7 @@ #!/usr/bin/python3 # Push a container manifest (i.e. multi-arch) to a container registry based on -# arguments provided by ther user. - -# The inverse of cmd-buildfetch (i.e. we upload a build which later can be -# partially re-downloaded with cmd-buildfetch). +# arguments provided by the user. import argparse import os