Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabime <gmelman1@gmail.com>2019-07-15 01:16:29 +0300
committergabime <gmelman1@gmail.com>2019-07-15 01:16:29 +0300
commit2a31cdcded50ffaf330cfc458e88eb32d4ed6774 (patch)
treef4d53765ff5401bfe2e5df005c9d9d5f91d760d8 /scripts
parentd3f31c60389436b7cad491b296bec2dabb389ea7 (diff)
Fix clang tidy script
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/clang_tidy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/clang_tidy.sh b/scripts/clang_tidy.sh
index b3876dd6..b62bfaf1 100755
--- a/scripts/clang_tidy.sh
+++ b/scripts/clang_tidy.sh
@@ -2,4 +2,4 @@
cd "$(dirname "$0")"
-clang-tidy ../example/example.cpp -- -I ./include
+clang-tidy ../example/example.cpp -- -I ../include