From df93f3b1ee5c1d7a29f9e962d819efe382ef92a8 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Thu, 19 Jan 2023 01:44:21 -0800 Subject: [PATCH] Update misspell link (#7612) see https://github.com/open-telemetry/opentelemetry-java/pull/5118/files#r1070170588 --- .github/workflows/reusable-misspell-check.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reusable-misspell-check.yml b/.github/workflows/reusable-misspell-check.yml index dd91c617d373..1a53ad5edddf 100644 --- a/.github/workflows/reusable-misspell-check.yml +++ b/.github/workflows/reusable-misspell-check.yml @@ -11,7 +11,8 @@ jobs: - name: Install misspell run: | - curl -L -o install-misspell.sh https://git.io/misspell + curl -L -o install-misspell.sh \ + https://raw.githubusercontent.com/client9/misspell/master/install-misspell.sh sh ./install-misspell.sh - name: Run misspell