Merge pull request #8 from hollow/master

Fix typo in --layout handling
This commit is contained in:
Rémi Prévost 2011-11-18 05:42:55 -08:00
commit 11af9bfe85

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