From ca0f5686ff0986867b963fd75e9c75d8b67659e4 Mon Sep 17 00:00:00 2001 From: Sean Wei Date: Sat, 31 Oct 2020 09:23:28 +0800 Subject: [PATCH] Fix typo --- share/completions/mkdocs.fish | 6 +++--- tests/checks/invocation.fish | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/share/completions/mkdocs.fish b/share/completions/mkdocs.fish index ab47cce35..d16d17373 100644 --- a/share/completions/mkdocs.fish +++ b/share/completions/mkdocs.fish @@ -18,9 +18,9 @@ complete -n 'contains build (commandline -poc)' -c mkdocs -s d -l site-dir -r -d complete -n 'not __fish_seen_subcommand_from build gh-deploy new serve' -f -c mkdocs -a gh-deploy -d 'Deploy your documentation to GitHub Pages' complete -n 'contains gh-deploy (commandline -poc)' -f -c mkdocs -s c -l clean -d 'Remove old site_dir before building (the default)' complete -n 'contains gh-deploy (commandline -poc)' -c mkdocs -s f -l config-file -r -d 'Provide a specific MkDocs config' -complete -n 'contains gh-deploy (commandline -poc)' -f -c mkdocs -s m -l message -r -d 'A commit message to use when committing to the Github Pages remote branch' -complete -n 'contains gh-deploy (commandline -poc)' -f -c mkdocs -s b -l remote-branch -r -d 'The remote branch to commit to for Github Pages' -complete -n 'contains gh-deploy (commandline -poc)' -f -c mkdocs -s r -l remote-name -r -d 'The remote name to commit to for Github Pages' +complete -n 'contains gh-deploy (commandline -poc)' -f -c mkdocs -s m -l message -r -d 'A commit message to use when committing to the GitHub Pages remote branch' +complete -n 'contains gh-deploy (commandline -poc)' -f -c mkdocs -s b -l remote-branch -r -d 'The remote branch to commit to for GitHub Pages' +complete -n 'contains gh-deploy (commandline -poc)' -f -c mkdocs -s r -l remote-name -r -d 'The remote name to commit to for GitHub Pages' complete -n 'contains gh-deploy (commandline -poc)' -f -c mkdocs -l force -d 'Force the push to the repository' ## new diff --git a/tests/checks/invocation.fish b/tests/checks/invocation.fish index 2c3289c3b..e258351df 100644 --- a/tests/checks/invocation.fish +++ b/tests/checks/invocation.fish @@ -19,7 +19,7 @@ if not set -q GITHUB_WORKFLOW # CHECK: login shell # CHECK: interactive else - # Github Action doesn't start this in a terminal, so fish would complain. + # GitHub Action doesn't start this in a terminal, so fish would complain. # Instead, we just fake the result, since we have no way to indicate a skipped test. echo not login shell echo interactive