class ChefCLI::Policyfile::GitLockFetcher

def lockfile_path

def lockfile_path
  @path.nil? ? "Policyfile.lock.json" : @path
end