mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 21:50:14 +02:00
Fix typo
This commit is contained in:
@ -26,7 +26,7 @@ if [ -d "/srv/docker/bridgehead" ]; then
|
|||||||
else
|
else
|
||||||
log "INFO" "Cloning $bridgehead_repository_url to /srv/docker/bridgehead"
|
log "INFO" "Cloning $bridgehead_repository_url to /srv/docker/bridgehead"
|
||||||
mkdir -p /srv/docker/
|
mkdir -p /srv/docker/
|
||||||
git clone bridgehead_repository_url /srv/docker/bridgehead
|
git clone $bridgehead_repository_url /srv/docker/bridgehead
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$PROJECT" in
|
case "$PROJECT" in
|
||||||
|
Reference in New Issue
Block a user