Skip to content

Commit

Permalink
Fix arguments on add_template_option
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasfedb committed Jun 20, 2019
1 parent a59ae37 commit d44bf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dotenv/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def add_version_option(parser)
end
end

def add_template_option(parser, flag_matchers)
def add_template_option(parser)
parser.on("-t", "--template=FILE", "Create a template env file") do |file|
template = Dotenv::EnvTemplate.new(file)
template.create_template
Expand Down

0 comments on commit d44bf6f

Please sign in to comment.