[Libreoffice-commits] online.git: docker/l10n-docker-nightly.sh

Andras Timar andras.timar at collabora.com
Sat Jan 6 22:00:29 UTC 2018


 docker/l10n-docker-nightly.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ddb352675b17252a379c3d87dc5459a0cf418083
Author: Andras Timar <andras.timar at collabora.com>
Date:   Sat Jan 6 23:00:07 2018 +0100

    Online docker: update submodules
    
    Change-Id: I607f725f8ab62500205a62cd0e340da41b19c92b

diff --git a/docker/l10n-docker-nightly.sh b/docker/l10n-docker-nightly.sh
index c95c9b3e..43ed4b5d 100755
--- a/docker/l10n-docker-nightly.sh
+++ b/docker/l10n-docker-nightly.sh
@@ -40,7 +40,7 @@ if test ! -d libreoffice ; then
     git clone git://anongit.freedesktop.org/libreoffice/core libreoffice || exit 1
 fi
 
-( cd libreoffice && git checkout master && git pull -r ) || exit 1
+( cd libreoffice && git checkout master && ./g pull -r ) || exit 1
 
 # online repo
 if test ! -d online ; then


More information about the Libreoffice-commits mailing list