This commit is contained in:
Benedikt Böhm 2011-11-18 14:17:23 +01:00
parent 51f79bcc1e
commit dbc1fc55d7

View File

@ -14,7 +14,7 @@ module Teamocil
parse_options!
if @options.include?(:layout)
file = options[:layout]
file = @options[:layout]
else
file = ::File.join("#{env["HOME"]}/.teamocil", "#{argv[0]}.yml")
end