This commit is contained in:
Trevor Batley 2023-06-03 16:51:39 +10:00
parent 5c065162dd
commit ec984efd3d

View File

@ -19,7 +19,7 @@ fi
PROCESSORG=
if [[ $1 == org=* ]] ; then
# using a list of the repos in this organisatoin as input
PROCESSORG=${$param#*=}
PROCESSORG=${1#*=}
# Get the ini file and relevant parameters - only needed for org processing
inifilename=$(echo ~)"/.smegit/config"
if [ ! -e $inifilename ] ; then