diff --git a/docs/Homebrew/DevCmd/BumpCaskPr.html b/docs/Homebrew/DevCmd/BumpCaskPr.html index 7730f2680..ebdb64ba7 100644 --- a/docs/Homebrew/DevCmd/BumpCaskPr.html +++ b/docs/Homebrew/DevCmd/BumpCaskPr.html @@ -435,7 +435,7 @@

odie <<~EOS unless cask.tap.allow_bump?(cask.token) Whoops, the #{cask.token} cask has its version update - pull requests automatically opened by BrewTestBot! + pull requests automatically opened by BrewTestBot every ~3 hours! We'd still love your contributions, though, so try another one that's not in the autobump list: #{Formatter.url("#{cask.tap.remote}/blob/master/.github/autobump.txt")} diff --git a/docs/Homebrew/DevCmd/BumpFormulaPr.html b/docs/Homebrew/DevCmd/BumpFormulaPr.html index f631da51d..899cd06ec 100644 --- a/docs/Homebrew/DevCmd/BumpFormulaPr.html +++ b/docs/Homebrew/DevCmd/BumpFormulaPr.html @@ -635,7 +635,7 @@

odie <<~EOS unless formula.tap.allow_bump?(formula.name) Whoops, the #{formula.name} formula has its version update - pull requests automatically opened by BrewTestBot! + pull requests automatically opened by BrewTestBot every ~3 hours! We'd still love your contributions, though, so try another one that's not in the autobump list: #{Formatter.url("#{formula.tap.remote}/blob/master/.github/autobump.txt")}