1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-17 06:52:27 +01:00

Fixed docker-compose.yml URL

Using raw.githubusercontent rather than github (HTML)
This commit is contained in:
Jérémy VIGNELLES 2017-12-28 19:29:44 +01:00 committed by GitHub
parent 2e19bfe9f9
commit 02f6b38df6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ prepare_config()
\curl -sSL https://raw.githubusercontent.com/LaCasemate/fab-manager/master/docker/webroot.ini.example > "$FABMANAGER_PATH/example/webroot.ini.example"
# docker-compose
\curl -sSL https://github.com/LaCasemate/fab-manager/blob/master/docker/docker-compose.yml > "$FABMANAGER_PATH/docker-compose.yml"
\curl -sSL https://raw.githubusercontent.com/LaCasemate/fab-manager/master/docker/docker-compose.yml > "$FABMANAGER_PATH/docker-compose.yml"
}
prepare_config "$@"
prepare_config "$@"