summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xjenkins-builds/funcs_promotion.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins-builds/funcs_promotion.sh b/jenkins-builds/funcs_promotion.sh
index 4b7fc71..5ef9c84 100755
--- a/jenkins-builds/funcs_promotion.sh
+++ b/jenkins-builds/funcs_promotion.sh
@@ -58,7 +58,7 @@ function prom_verify_artifacts() {
local OK=0
grep -v ".build.sha.natives" $artia > $artia.no-build_sha_natives
grep -v ".build.sha.natives" $artib > $artib.no-build_sha_natives
- diff -w $artia.no-build_sha_natives $artib.no-build_sha_natives_natives && OK=1
+ diff -w $artia.no-build_sha_natives $artib.no-build_sha_natives && OK=1
if [ $OK -eq 0 ] ; then
echo "ERROR: $name artifacts differ $artia and $artib no-build_sha_natives"
fi