Skip to content

Commit 0efe794

Browse files
authored
chore: fix typo (#1121)
Signed-off-by: guoguangwu <[email protected]>
1 parent 788b4fb commit 0efe794

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/e2e/suite/command/attach.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ var _ = Describe("ORAS beginners:", func() {
6060
ExpectFailure().MatchErrKeyWords("Error: no blob or manifest annotation are provided").Exec()
6161
})
6262

63-
It("should fail if distribution spec is unkown", func() {
63+
It("should fail if distribution spec is unknown", func() {
6464
ORAS("attach", "--artifact-type", "oras/test", RegistryRef(ZOTHost, ImageRepo, foobar.Tag), "--distribution-spec", "???").
6565
ExpectFailure().MatchErrKeyWords("unknown distribution specification flag").Exec()
6666
})

test/e2e/suite/command/push.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ var _ = Describe("Remote registry users:", func() {
328328

329329
var _ = Describe("OCI image layout users:", func() {
330330
tag := "e2e"
331-
When("pushing to registy without OCI artifact support", func() {
331+
When("pushing to registry without OCI artifact support", func() {
332332
statusKeys := []match.StateKey{
333333
foobar.ImageConfigStateKey("application/vnd.oci.empty.v1+json"),
334334
foobar.FileBarStateKey,

0 commit comments

Comments
 (0)