Skip to content

Commit

Permalink
Merge pull request #169 from boltops-tools/new-plugin
Browse files Browse the repository at this point in the history
fix new plugin generator, use right include Helper
  • Loading branch information
tongueroo authored Dec 25, 2021
2 parents 63089a7 + 334c243 commit fba3642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/terraspace/cli/new/plugin.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class Terraspace::CLI::New
class Plugin < Sequence
include Helpers
include Helper

argument :name

Expand Down
2 changes: 1 addition & 1 deletion lib/terraspace/cli/new/plugin/helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Terraspace::CLI::New::Plugin
module Helpers
module Helper
private
# helper
def camel_name
Expand Down

0 comments on commit fba3642

Please sign in to comment.