lib/buildbox/pid_file.rb in buildbox-0.0.1 vs lib/buildbox/pid_file.rb in buildbox-0.0.2
- old
+ new
@@ -3,10 +3,10 @@
def exist?
File.exist?(path)
end
def path
- Buildbox.root_path.join("ci.pid")
+ Buildbox.root_path.join("buildbox.pid")
end
def pid
File.readlines(path).first.to_i
end