From 6325451e4638f25ca669965b14dac06077aa0063 Mon Sep 17 00:00:00 2001 From: George Barnett Date: Thu, 23 May 2024 13:57:04 +0100 Subject: [PATCH] fix typo --- scripts/license-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/license-check.sh b/scripts/license-check.sh index a279882fd..9005fadd6 100755 --- a/scripts/license-check.sh +++ b/scripts/license-check.sh @@ -105,7 +105,7 @@ check_copyright_headers() { ! -path './FuzzTesting/.build/*' \ ! -path './Performance/QPSBenchmark/.build/*' \ ! -path './Performance/Benchmarks/.build/*' \ - ! -path './.scripts/.swift-format-source/*' \ + ! -path './scripts/.swift-format-source/*' \ ! -path './.build/*') }