Skip to content

Commit

Permalink
src/cmd-push-container-manifest: delete inaccurate comment
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dustymabe committed Sep 14, 2022
1 parent 2a7e06d commit 7c63658
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/cmd-push-container-manifest
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7c63658

Please sign in to comment.