Fix minor mistake.
This commit is contained in:
@@ -203,7 +203,7 @@ end
|
||||
bind ?r, system: true do
|
||||
unbind_all
|
||||
if CONFIG_FILE != ""
|
||||
code = File.read("script.rb")
|
||||
code = File.read(CONFIG_FILE)
|
||||
eval code
|
||||
else
|
||||
eval DEFAULT
|
||||
@@ -211,7 +211,7 @@ bind ?r, system: true do
|
||||
end
|
||||
|
||||
if CONFIG_FILE != ""
|
||||
code = File.read("script.rb")
|
||||
code = File.read(CONFIG_FILE)
|
||||
eval code
|
||||
else
|
||||
eval DEFAULT
|
||||
|
||||
Reference in New Issue
Block a user