Skip to content

Commit

Permalink
fix typo (#242)
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com>
  • Loading branch information
Jdubrick committed May 29, 2024
1 parent 89fc566 commit 3777d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oci-registry/build-multi-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ else

# Push and delete local manifest
docker manifest push "$DEFAULT_MANIFEST"
docker manifest rm "$$DEFAULT_MANIFEST"
docker manifest rm "$DEFAULT_MANIFEST"

fi

0 comments on commit 3777d82

Please sign in to comment.