Skip to content

Commit 71c6ef3

Browse files
committed
fix typo
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
1 parent dcc3817 commit 71c6ef3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/tech/oras/pusher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func (c *OrasPusher) Push(ctx context.Context, d ociv1.Descriptor, src Source) (
9494
}
9595

9696
// pushExistsCheckEnabled reports whether the optional pre-push Exists() check
97-
// is requested via PushExistsCheckEnvVar. Unset, empty, or unparseable values
97+
// is requested via PushExistsCheckEnvVar. Unset, empty, or unparsable values
9898
// disable the check (default behaviour).
9999
func pushExistsCheckEnabled() bool {
100100
v, ok := os.LookupEnv(PushExistsCheckEnvVar)

0 commit comments

Comments
 (0)