From 6e36f9a81983adb53be4f62eb62542fd61033c61 Mon Sep 17 00:00:00 2001 From: Joshua Marble Date: Thu, 8 Dec 2022 20:16:18 +0000 Subject: [PATCH] Fix #118 incorrect reference to Consul --- modules/install-nomad/install-nomad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/install-nomad/install-nomad b/modules/install-nomad/install-nomad index f59c15a..4ee1f05 100755 --- a/modules/install-nomad/install-nomad +++ b/modules/install-nomad/install-nomad @@ -144,7 +144,7 @@ function install_binaries { binary_arch="arm" ;; *) - log_error "CPU architecture $cpu_arch is not a supported by Consul." + log_error "CPU architecture $cpu_arch is not supported by Nomad." exit 1 ;; esac