From bead529b546c96ae0d47f66d6a660a08fa1a3f01 Mon Sep 17 00:00:00 2001 From: kudo-sync-bot Date: Sun, 8 Dec 2024 23:19:41 -0800 Subject: [PATCH] =?UTF-8?q?Removed=20no-longer=20needed=20arg=20normalizat?= =?UTF-8?q?ion=20=E2=86=9E=20[auto-sync=20from=20https://github.com/adamlu?= =?UTF-8?q?i/ai-web-extensions]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/bump.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/utils/bump.sh b/utils/bump.sh index f19172d..aa5fe3f 100644 --- a/utils/bump.sh +++ b/utils/bump.sh @@ -4,8 +4,6 @@ # NOTE: Pass --chrome or --chromium to only affect Chromium manifest # NOTE: Pass --firefox or --ff to only affect Firefox manifest -arg=${1#-} ; arg=${arg#-} # strip leading dash(es) from args - # Init UI COLORS NC="\033[0m" # no color BR="\033[1;91m" # bright red