diff options
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/fabric.app | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ebin/fabric.app b/ebin/fabric.app index 76de79ff..76dff491 100644 --- a/ebin/fabric.app +++ b/ebin/fabric.app @@ -6,7 +6,9 @@ {modules, [ fabric, fabric_api, - fabric_create + fabric_create, + fabric_delete, + fabric_info ]}, {registered, []}, {included_applications, []}, |