Explorar el Código

fix makefile error

Gilbert Wong hace 7 años
padre
commit
146710a394
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -24,7 +24,7 @@ BUILD_DEPS = cuttlefish
 dep_cuttlefish = git https://github.com/emqx/cuttlefish emqx30
 
 TEST_DEPS = emqx_ct_helplers
-dep_emqx_ct_helplers = git git@github.com:emqx/emqx_ct_helpers
+dep_emqx_ct_helplers = git git@github.com:emqx/emqx-ct-helpers
 
 TEST_ERLC_OPTS += +debug_info
 TEST_ERLC_OPTS += +'{parse_transform, lager_transform}'