Removed superfluous comment

This commit is contained in:
jstayco 2023-03-29 09:55:04 -07:00 committed by GitHub
parent 0b5a418b39
commit 981f634c31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" ;;