From 6413c51550e2d5e5fb8a989552d5d496f8052b3f Mon Sep 17 00:00:00 2001 From: Ashton Eby Date: Thu, 5 Dec 2024 12:09:28 -0800 Subject: [PATCH] fix typo in schema pull command --- src/commands/schema/pull.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/schema/pull.mjs b/src/commands/schema/pull.mjs index fdce8b32..88781d08 100644 --- a/src/commands/schema/pull.mjs +++ b/src/commands/schema/pull.mjs @@ -149,7 +149,7 @@ function buildPullCommand(yargs) { "Pull the 'us/example' database's staged schema.", ], [ - "$0 schema pull ---secret my-secret --dir /path/to/schema", + "$0 schema pull --secret my-secret --dir /path/to/schema", "Pull the staged schema for the database scoped to a secret.", ], [