diff options
-rw-r--r-- | ebin/fabric.app | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/fabric.app b/ebin/fabric.app index cf372125..b4e7c461 100644 --- a/ebin/fabric.app +++ b/ebin/fabric.app @@ -18,6 +18,6 @@ ]}, {registered, []}, {included_applications, []}, - {applications, [kernel, stdlib, couch, rexi, dynomite]}, + {applications, [kernel, stdlib, couch, rexi, membership]}, {start_phases, []} ]}. |