Skip to content

Commit d247468

Browse files
committed
Fix rubocop warning
1 parent 7c23b62 commit d247468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ task :cache_cxx_dependencies do
187187
"spdlog/*/spdlog/LICENSE",
188188
"spdlog/*/spdlog/cmake/*",
189189
"spdlog/*/spdlog/include/**/*",
190-
"spdlog/*/spdlog/src/**/*",
190+
"spdlog/*/spdlog/src/**/*"
191191
].grep_v(/crypto_test_data.cc|googletest/)
192192

193193
# we don't want to fail if git is not available

0 commit comments

Comments
 (0)