local-bluepill in bluepill-rwgps-0.0.62 vs local-bluepill in bluepill-rwgps-0.0.63
- old
+ new
@@ -108,10 +108,10 @@
options[:command] = ARGV.shift
if options[:command] == "load"
file = ARGV.shift
- if File.exists?(file)
+ if File.exist?(file)
# Restart the ruby interpreter for the config file so that anything loaded here
# does not stay in memory for the daemon
ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
load_path = File.expand_path("#{File.dirname(__FILE__)}/../lib")
file_path = File.expand_path(file)