Exception: Nanoc::Deploying::Deployers::Git::Errors::OutputDirIsNotAGitRepo
Instance Method Summary collapse
-
#initialize(path) ⇒ OutputDirIsNotAGitRepo
constructor
A new instance of OutputDirIsNotAGitRepo.
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 |