Skip to content

Commit e45caab

Browse files
Jdubrickthepetk
authored andcommitted
fix typo (#242)
Signed-off-by: Jordan Dubrick <jdubrick@redhat.com> Signed-off-by: thepetk <thepetk@gmail.com>
1 parent 91d14c2 commit e45caab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oci-registry/build-multi-arch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ else
7676

7777
# Push and delete local manifest
7878
docker manifest push "$DEFAULT_MANIFEST"
79-
docker manifest rm "$$DEFAULT_MANIFEST"
79+
docker manifest rm "$DEFAULT_MANIFEST"
8080

8181
fi

0 commit comments

Comments
 (0)