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

New commits:
commit 05831c52f795ab69bcf7fef5f7b359b2d95c95ee
Author:     Samuel Mehrbrodt <[email protected]>
AuthorDate: Wed Oct 9 09:04:44 2019 +0200
Commit:     Andras Timar <[email protected]>
CommitDate: Wed Oct 9 09:14:49 2019 +0200

    One -f should be enough
    
    Change-Id: Iac8a6cb9fe7a6da41c3d7120bafa62e5847f2c98
    Reviewed-on: https://gerrit.libreoffice.org/80510
    Reviewed-by: Andras Timar <[email protected]>
    Tested-by: Andras Timar <[email protected]>

diff --git a/docker/l10n-docker-nightly.sh b/docker/l10n-docker-nightly.sh
index 4d11097b1..d4f4c2cef 100755
--- a/docker/l10n-docker-nightly.sh
+++ b/docker/l10n-docker-nightly.sh
@@ -65,7 +65,7 @@ if test ! -d online ; then
     git clone https://git.libreoffice.org/online online || exit 1
 fi
 
-( cd online && git fetch --all && git checkout -f $LIBREOFFICE_BRANCH && git 
clean -f -f -d && git pull -r ) || exit 1
+( cd online && git fetch --all && git checkout -f $LIBREOFFICE_BRANCH && git 
clean -f -d && git pull -r ) || exit 1
 
 ##### LibreOffice #####
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to