diff options
author | Eric <[email protected]> | 2012-10-19 17:49:05 -0500 |
---|---|---|
committer | Jordan Wilberding <[email protected]> | 2012-10-24 11:30:00 -0600 |
commit | bc049b62f3835eeda981bf75bac70862388d7e2b (patch) | |
tree | 063a9a052fc8ce9f3067b76c6ea1f2f2a3b4d005 /rebar.config | |
parent | c9ff1b5f20f147433dfc3bd4992b44a689931088 (diff) | |
download | relx-bc049b62f3835eeda981bf75bac70862388d7e2b.tar.gz relx-bc049b62f3835eeda981bf75bac70862388d7e2b.tar.bz2 relx-bc049b62f3835eeda981bf75bac70862388d7e2b.zip |
point to the master branch instead of a tag for getopt
Signed-off-by: Jordan Wilberding <[email protected]>
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index 442e1b5..799831a 100644 --- a/rebar.config +++ b/rebar.config @@ -6,7 +6,8 @@ {git, "https://github.com/erlware/erlware_commons.git", {branch, "next"}}}, {getopt, "", - {git, "https://github.com/jcomellas/getopt.git", {tag, "v0.5.1"}}}]}. + {git, "https://github.com/jcomellas/getopt.git", + {branch, "master"}}}]}. {escript_incl_apps, [getopt, erlware_commons]}. |