Skip to content

Commit

Permalink
fix typo in schema pull command
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-bravo-yahoo committed Dec 5, 2024
1 parent b58bc59 commit 6413c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/schema/pull.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
],
[
Expand Down

0 comments on commit 6413c51

Please sign in to comment.