mirror of https://github.com/samply/bridgehead.git
Fix typo
This commit is contained in:
parent
2dc36433bf
commit
8b2e99200e
|
@ -26,7 +26,7 @@ if [ -d "/srv/docker/bridgehead" ]; then
|
|||
else
|
||||
log "INFO" "Cloning $bridgehead_repository_url to /srv/docker/bridgehead"
|
||||
mkdir -p /srv/docker/
|
||||
git clone bridgehead_repository_url /srv/docker/bridgehead
|
||||
git clone $bridgehead_repository_url /srv/docker/bridgehead
|
||||
fi
|
||||
|
||||
case "$PROJECT" in
|
||||
|
|
Loading…
Reference in New Issue