mirror of
https://github.com/samply/bridgehead.git
synced 2025-11-05 12:00:36 +01:00
Fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user