diff options
-rw-r--r-- | test/plugin_hex.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugin_hex.mk b/test/plugin_hex.mk index 27060b6..26d3f94 100644 --- a/test/plugin_hex.mk +++ b/test/plugin_hex.mk @@ -10,7 +10,7 @@ hex_TARGETS = $(call list_targets,hex) hex: $(hex_TARGETS) -ifeq ($(shell netcat -z localhost 4000 && echo ok),ok) +ifeq ($(shell nc -z localhost 4000 && echo ok),ok) hex-user-create: init $i "Bootstrap a new OTP application named $(APP)" |