Fix a bug in setting default repository

This commit is contained in:
Salt 2018-12-15 20:35:57 -06:00
parent 3168e47b1b
commit f076b7e2f9

View File

@ -146,8 +146,8 @@ main() {
log "Using default bootstrap dir \"$bootstrapdir\"" 0
fi
if [ -z ${repo+x} ]; then
repo='git@gitlab.com:rehashedsalt/home.git' 0
log "Using default repository \"$repo\""
repo='git@gitlab.com:rehashedsalt/home.git'
log "Using default repository \"$repo\"" 0
fi
if [ -z ${logfile+x} ]; then
logfile="${PWD}/${name}.log" # Log file