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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user