module ChefCLI::Helpers
def default_package_home
def default_package_home if Chef::Platform.windows? File.join(ENV["LOCALAPPDATA"], "#{ChefCLI::Dist::PRODUCT_PKG_HOME}") else File.expand_path("~/.#{ChefCLI::Dist::PRODUCT_PKG_HOME}") end end
def default_package_home if Chef::Platform.windows? File.join(ENV["LOCALAPPDATA"], "#{ChefCLI::Dist::PRODUCT_PKG_HOME}") else File.expand_path("~/.#{ChefCLI::Dist::PRODUCT_PKG_HOME}") end end