From 981f634c31ae3ff8fc1bd23a1e87084d583bf8f9 Mon Sep 17 00:00:00 2001 From: jstayco <127801635+jstayco@users.noreply.github.com> Date: Wed, 29 Mar 2023 09:55:04 -0700 Subject: [PATCH] Removed superfluous comment --- setup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.sh b/setup.sh index 9af9320..afaed56 100755 --- a/setup.sh +++ b/setup.sh @@ -36,7 +36,6 @@ while getopts "b:d:g:r-:" opt; do OPTARG="${OPTARG#=}" # if long option argument, remove assigning `=` fi case $opt in - # note the leading colon b | branch) BRANCH="$OPTARG" ;; d | dir) DIR="$OPTARG" ;; g | git-repo) GIT_REPO="$OPTARG" ;;