Fixup master branch post 1.20 branch cut (#14153)

* Fixup master branch post 1.20 branch cut

* fix script

* Fix .spelling rebase

* Run make format-spelling

* Use script from gencheck failure
This commit is contained in:
Eric Van Norman 2023-11-14 14:22:17 -06:00 committed by GitHub
parent cc163586b8
commit 3ebacafbc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -95,7 +95,7 @@ archive_old_release() {
s/^archive_search_refinement: .*$/archive_search_refinement: \"V${PREV_MINOR}\"/
" data/args.yml
sed -i "s/^disableAliases = true$/disableAliases = false/" config.toml
sed -i "s/^disableAliases = true$/disableAliases = false/" hugo.toml
if [[ $(git status --porcelain) ]]; then # for idempotence
git add -u