Skip to content

Commit

Permalink
bug fix for generator.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zane Shannon committed Feb 12, 2015
1 parent 77573c4 commit 2620836
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
require 'rails/generators/base'

module Capistrano
module Sidekiq
module Monit
module Generators
class TemplateGenerator < Rails::Generators::Base

namespace "capistrano:sidekiq:monit:template"
desc "Create local monitrc.erb, and erb files for monitored processes for customization"
source_root File.expand_path('../templates', __FILE__)
argument :templates_path, type: :string,
Expand All @@ -18,4 +21,4 @@ def copy_template
end
end
end
end
end

0 comments on commit 2620836

Please sign in to comment.