class Nanoc::Deploying::Deployers::Git::Errors::OutputDirIsNotAGitRepo

Public Class Methods

new(path) click to toggle source
Calls superclass method
# File lib/nanoc/deploying/deployers/git.rb, line 31
def initialize(path)
  super("The directory to deploy, #{path}, is not a Git repository.")
end