docker/l10n-docker-nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ddb352675b17252a379c3d87dc5459a0cf418083 Author: Andras Timar <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
