summaryrefslogtreecommitdiff
path: root/src/rebar_prv_upgrade.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-05-03 11:34:21 -0500
committerTristan Sloughter <t@crashfast.com>2015-05-03 12:15:27 -0500
commit214d6c979756a0acfcfa52d88d07ba882cde56d7 (patch)
tree2abb4727b3aa15219d07cd1a9c8cb22e155b2f89 /src/rebar_prv_upgrade.erl
parentb4b6638ba9f7fb41f776c18eb08d31c3f804f00a (diff)
on upgrade of git branch check against remote
Diffstat (limited to 'src/rebar_prv_upgrade.erl')
-rw-r--r--src/rebar_prv_upgrade.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rebar_prv_upgrade.erl b/src/rebar_prv_upgrade.erl
index d7d2921..05845e4 100644
--- a/src/rebar_prv_upgrade.erl
+++ b/src/rebar_prv_upgrade.erl
@@ -140,4 +140,3 @@ info_useless(Old, New) ->
|| Name <- Old,
not lists:member(Name, New)],
ok.
-