Skip to content

Commit

Permalink
Fix typo (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
dundargoc authored Nov 11, 2023
1 parent 3cd32f4 commit 183bd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/truncate-history.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DOC_DIR=${DOC_DIR:-${BUILD_DIR}/build/doc}
DOC_REPO=${DOC_REPO:-neovim/doc}
DOC_BRANCH=${DOC_BRANCH:-gh-pages}

# 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
# and slow to clone. We don't care about the history of the `gh-pages` branch.
try_truncate_history() {
cd "${DOC_DIR}" || { log_error "try_truncate_history: cd failed"; exit 1; }
Expand Down

0 comments on commit 183bd23

Please sign in to comment.