From 700cc443a616d5197736c72b95d3a77de6921b67 Mon Sep 17 00:00:00 2001 From: Christopher Fenner <9592452+CFenner@users.noreply.github.com> Date: Tue, 30 Jul 2024 19:00:46 +0200 Subject: [PATCH] fix typo (#2411) --- src/mkdocs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mkdocs.ts b/src/mkdocs.ts index b580549ddb70..590b70ff892b 100644 --- a/src/mkdocs.ts +++ b/src/mkdocs.ts @@ -102,7 +102,7 @@ const completionSpec: Fig.Spec = { }, }, { - name: ["-b", "-remote-branch"], + name: ["-b", "--remote-branch"], description: "The remote branch to commit to for GitHub Pages. This overrides the value specified in config", args: {