aboutsummaryrefslogtreecommitdiffstats
path: root/examples/echo_get
diff options
context:
space:
mode:
Diffstat (limited to 'examples/echo_get')
-rw-r--r--examples/echo_get/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/echo_get/Makefile b/examples/echo_get/Makefile
index 8f5eea8..6332d4b 100644
--- a/examples/echo_get/Makefile
+++ b/examples/echo_get/Makefile
@@ -3,6 +3,6 @@ PROJECT_DESCRIPTION = Cowboy GET echo example
PROJECT_VERSION = 1
DEPS = cowboy
-dep_cowboy = git https://github.com/ninenines/cowboy master
+dep_cowboy_commit = master
include ../../erlang.mk