Fix a bug in setting default repository
This commit is contained in:
parent
3168e47b1b
commit
f076b7e2f9
@ -146,8 +146,8 @@ main() {
|
|||||||
log "Using default bootstrap dir \"$bootstrapdir\"" 0
|
log "Using default bootstrap dir \"$bootstrapdir\"" 0
|
||||||
fi
|
fi
|
||||||
if [ -z ${repo+x} ]; then
|
if [ -z ${repo+x} ]; then
|
||||||
repo='git@gitlab.com:rehashedsalt/home.git' 0
|
repo='git@gitlab.com:rehashedsalt/home.git'
|
||||||
log "Using default repository \"$repo\""
|
log "Using default repository \"$repo\"" 0
|
||||||
fi
|
fi
|
||||||
if [ -z ${logfile+x} ]; then
|
if [ -z ${logfile+x} ]; then
|
||||||
logfile="${PWD}/${name}.log" # Log file
|
logfile="${PWD}/${name}.log" # Log file
|
||||||
|
Reference in New Issue
Block a user