Fix typo in find command 40/53840/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 25 Mar 2017 02:34:36 +0000 (22:34 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 25 Mar 2017 02:34:41 +0000 (22:34 -0400)
Change-Id: I157cc5cb349f14a8955e3863361b84d2bb510e20
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/include-raw-deploy-archives.sh

index 5f1429f7b797d05ca3cdf34210096ecd12552a1e..aeeb004263a44380d6ed9e67e96eaaff23e46a9b 100644 (file)
@@ -119,7 +119,7 @@ find "$ARCHIVES_DIR" -type f -print0 \
                 | cut -d: -f1 \
                 | xargs -d'\n' -r gzip
 # Compress Java heap dumps using xz
-find "$ARCHIVES_DIR" -type -f -name \*.hprof -print0 | xargs -0 xz
+find "$ARCHIVES_DIR" -type f -name \*.hprof -print0 | xargs -0 xz
 
 zip -r archives.zip "$JENKINS_HOSTNAME/" > "$ARCHIVES_DIR/_archives-zip.log"
 du -sh archives.zip