Skip to content

Instantly share code, notes, and snippets.

@tonini
Last active December 28, 2015 23:28
Show Gist options
  • Save tonini/7578840 to your computer and use it in GitHub Desktop.
Save tonini/7578840 to your computer and use it in GitHub Desktop.
diff --git a/lib/mix/test/fixtures/rebar_dep/apps/rebar_dep/ebin/rebar_dep.app b/lib/mix/test/fixtures/rebar_dep/apps/rebar_dep/ebin/rebar_dep.app
index 3c4ab7c..499e023 100644
--- a/lib/mix/test/fixtures/rebar_dep/apps/rebar_dep/ebin/rebar_dep.app
+++ b/lib/mix/test/fixtures/rebar_dep/apps/rebar_dep/ebin/rebar_dep.app
@@ -1 +1 @@
-{application,rebar_dep,[{registered,[]},{vsn,"0.1.0"},{modules,[rebar_dep]}]}.
+{application,rebar_dep,[{vsn,"0.1.0"},{modules,[rebar_dep]}]}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment