Parcourir la source

Merge pull request #455 from kovyl2404/init-command-parsed-args

Properly initialize command parsed args in rebar state
pull/460/merge
Tristan Sloughter il y a 10 ans
Parent
révision
3237069567
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/rebar_state.erl

+ 1
- 1
src/rebar_state.erl Voir le fichier

@ -51,7 +51,7 @@
namespace = undefined :: atom(),
command_args = [],
command_parsed_args = [],
command_parsed_args = {[], []},
project_apps = [] :: [rebar_app_info:t()],
deps_to_build = [] :: [rebar_app_info:t()],

Chargement…
Annuler
Enregistrer