From 5192b04e23d12ea8acd71130b9634d0d9fd0c4c6 Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Wed, 4 Jan 2017 17:43:53 -0500 Subject: [PATCH] Bug 1328199 follow-up: Fix the incorrect filename --- taskcluster/scripts/misc/build-clang-tidy-macosx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskcluster/scripts/misc/build-clang-tidy-macosx.sh b/taskcluster/scripts/misc/build-clang-tidy-macosx.sh index 4a437ef71bcc..e5381227cd73 100755 --- a/taskcluster/scripts/misc/build-clang-tidy-macosx.sh +++ b/taskcluster/scripts/misc/build-clang-tidy-macosx.sh @@ -32,4 +32,4 @@ set -x # Put a tarball in the artifacts dir mkdir -p $UPLOAD_DIR -cp clang-tidy.tar.* $UPLOAD_DIR +cp clang.tar.* $UPLOAD_DIR