fix typo
This commit is contained in:
parent
51f79bcc1e
commit
dbc1fc55d7
@ -14,7 +14,7 @@ module Teamocil
|
|||||||
|
|
||||||
parse_options!
|
parse_options!
|
||||||
if @options.include?(:layout)
|
if @options.include?(:layout)
|
||||||
file = options[:layout]
|
file = @options[:layout]
|
||||||
else
|
else
|
||||||
file = ::File.join("#{env["HOME"]}/.teamocil", "#{argv[0]}.yml")
|
file = ::File.join("#{env["HOME"]}/.teamocil", "#{argv[0]}.yml")
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user