From a6ea05820b094f3ced65ce4aeef836c6db455725 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 4 Jan 2024 19:59:34 -0800 Subject: [PATCH] empty commit to bump version difference --- bin/build_brew.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/build_brew.sh b/bin/build_brew.sh index 170ba5a6..d73d92c4 100755 --- a/bin/build_brew.sh +++ b/bin/build_brew.sh @@ -10,7 +10,7 @@ set -o nounset set -o pipefail IFS=$'\n' -REPO_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && cd .. && pwd )" +REPO_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" > /dev/null 2>&1 && cd .. && pwd )" CURRENT_PLAFORM="$(uname)" @@ -45,7 +45,7 @@ pip3 uninstall yt-dlp || true # brew untap archivebox/archivebox || true echo -echo "[+] Installing and building hombrew bottle from https://Github.com/ArchiveBox/homebrew-archivebox#main" +echo "[+] Installing and building hombrew bottle from https://github.com/ArchiveBox/homebrew-archivebox#main" brew tap archivebox/archivebox brew install --build-bottle archivebox brew bottle archivebox