Skip to content

Commit

Permalink
syntax_tools doesn't get started
Browse files Browse the repository at this point in the history
  • Loading branch information
choptastic committed Sep 30, 2014
1 parent d73a031 commit a61dc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sync.app.src
@@ -1,7 +1,7 @@
% vim: ts=4 sw=4 et ft=erlang
{application, sync, [
{description, "Sync - Automatic Code Reloader"},
{applications, [kernel, stdlib, compiler, syntax_tools]},
{applications, [kernel, stdlib, compiler]},
{vsn, "0.1"},
{registered, []},
{mod, { sync, []}},
Expand Down

0 comments on commit a61dc67

Please sign in to comment.