Skip to content

Commit 632953a

Browse files
coliseeRobin Alexander
andauthored
Fix issue 150 (#151)
Co-authored-by: Robin Alexander <colisee@hotmail>
1 parent 3eb0c1e commit 632953a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ RUN set -ex; \
7373
curl \
7474
--fail \
7575
--silent \
76-
--location https://api.github.com/repos/librebooking/app/tarball/${APP_GH_REF} \
76+
--location https://api.github.com/repos/librebooking/librebooking/tarball/${APP_GH_REF} \
7777
| tar --extract --gzip --directory=/var/www/html --strip-components=1; \
7878
if [ -f /var/www/html/composer.json ]; then \
7979
sed \

0 commit comments

Comments
 (0)