Skip to content

Commit

Permalink
update path to template for Rails 3 generator
Browse files Browse the repository at this point in the history
  • Loading branch information
joshk committed May 26, 2010
1 parent e1f67d8 commit 003aad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rails/generators/hoptoad/hoptoad_generator.rb
Expand Up @@ -5,7 +5,7 @@ class HoptoadGenerator < Rails::Generators::Base
class_option :api_key, :aliases => "-k", :type => :string, :desc => "Your Hoptoad API key"

def self.source_root
@_hoptoad_source_root ||= File.expand_path("../../../../generators/hoptoad/templates", __FILE__)
@_hoptoad_source_root ||= File.expand_path("../../../../../generators/hoptoad/templates", __FILE__)
end

def install
Expand Down

0 comments on commit 003aad6

Please sign in to comment.