Skip to content

Commit

Permalink
Fix small mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertwong96 committed Feb 17, 2019
1 parent bb135ba commit b30e442
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Makefile
Expand Up @@ -27,8 +27,6 @@ include erlang.mk

CUTTLEFISH_SCRIPT = _build/default/lib/cuttlefish/cuttlefish

profile = $(shell git branch | grep -e "^*" | cut -d' ' -f 2)

app.config: $(CUTTLEFISH_SCRIPT) etc/emqx_auth_username.conf
$(verbose) $(CUTTLEFISH_SCRIPT) -l info -e etc/ -c etc/emqx_auth_username.conf -i priv/emqx_auth_username.schema -d data

Expand Down
4 changes: 3 additions & 1 deletion rebar.config
@@ -1,6 +1,8 @@
{github_emqx_libs,
[{emqx_passwd, "v1.0"},
{clique, "v0.3.11"}]}.
{clique, "v0.3.11"},
{cuttlefish, "v2.2.1"}
]}.

{github_emqx_projects, [emqx, emqx_management]}.

Expand Down

0 comments on commit b30e442

Please sign in to comment.