From 505ea1344261746f7c6294de487814a326bf7eb7 Mon Sep 17 00:00:00 2001 From: Daniel Phillips Date: Fri, 23 Feb 2024 13:34:21 -0600 Subject: [PATCH] fix: correct opts reg sig push --- docs/cli/reference/registry.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli/reference/registry.mdx b/docs/cli/reference/registry.mdx index 0d8e4b1b..97c4ddde 100644 --- a/docs/cli/reference/registry.mdx +++ b/docs/cli/reference/registry.mdx @@ -68,7 +68,7 @@ scale registry function delete [/:] To push a signature to the registry, use the `push` command: ```bash -scale registry signature push [: | [/:] +scale registry signature push [/:] ``` The signature must be built and available locally in the signature cache to be pushed to the registry.