Skip to content

Commit

Permalink
Fix gringotts.new Option.parse call. (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
oyeb authored and ashish173 committed Apr 22, 2018
1 parent c1847ac commit 9df91f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/new.ex
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Comma separated list of required configuration keys:
> }

def run(args) do
{key_list, name, []} =
{key_list, [name], []} =
OptionParser.parse(
args,
switches: [module: :string, url: :string, file: :string],
Expand Down

0 comments on commit 9df91f3

Please sign in to comment.