Exception: Nanoc::Deploying::Deployers::Git::Errors::OutputDirIsNotAGitRepo

Inherits:
Generic
  • Object
show all
Defined in:
lib/nanoc/deploying/deployers/git.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ OutputDirIsNotAGitRepo

Returns a new instance of OutputDirIsNotAGitRepo



29
30
31
# File 'lib/nanoc/deploying/deployers/git.rb', line 29

def initialize(path)
  super("The directory to deploy, #{path}, is not a Git repository.")
end