class ChefCLI::Command::GeneratorCommands::Repo

def repo_full_path

def repo_full_path
  File.expand_path(repo_name_or_path, Dir.pwd)
end