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

Samuel Mehrbrodt (via logerrit) logerrit at kemper.freedesktop.org
Wed Oct 9 07:15:08 UTC 2019


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

New commits:
commit 05831c52f795ab69bcf7fef5f7b359b2d95c95ee
Author:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Wed Oct 9 09:04:44 2019 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
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 <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

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 #####
 


More information about the Libreoffice-commits mailing list