Skip to content

Commit e05ee78

Browse files
committed
Another CC violation.
1 parent 1d120d4 commit e05ee78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RSpec::Core::RakeTask.new(:spec)
33

44
desc "Build H3 C library"
55
task :build do
6-
unless File.exists?("ext/h3/src/Makefile")
6+
unless File.exist?("ext/h3/src/Makefile")
77
`git submodule update --init --recursive`
88
print "Building h3..."
99
`cd ext/h3; make > /dev/null 2>&1`

0 commit comments

Comments
 (0)