Skip to content

Commit

Permalink
Underscore variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ziopio committed Sep 17, 2024
1 parent 31db45f commit 43de2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rebar3_grisp_package.erl
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ task_run("list", {Args, _Rest}, RState) ->
abort("Listing of ~p ~p packages not supported", [Source, Type])
end,
RState;
task_run(Task, _Args, RState) ->
task_run(_Task, _Args, RState) ->
task_help(undefined, _Args, RState).

parse_columns(otp, undefined) ->
Expand Down

0 comments on commit 43de2b7

Please sign in to comment.