We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd32f4 commit 183bd23Copy full SHA for 183bd23
ci/truncate-history.sh
@@ -11,7 +11,7 @@ DOC_DIR=${DOC_DIR:-${BUILD_DIR}/build/doc}
11
DOC_REPO=${DOC_REPO:-neovim/doc}
12
DOC_BRANCH=${DOC_BRANCH:-gh-pages}
13
14
-# Trim the https://github.com/neovim/doc/ repository history, els it gets huge
+# Trim the https://github.com/neovim/doc/ repository history, else it gets huge
15
# and slow to clone. We don't care about the history of the `gh-pages` branch.
16
try_truncate_history() {
17
cd "${DOC_DIR}" || { log_error "try_truncate_history: cd failed"; exit 1; }
0 commit comments