diff --git a/internal/native/native.go b/internal/native/native.go index 60879ae..35c5e57 100644 --- a/internal/native/native.go +++ b/internal/native/native.go @@ -82,7 +82,6 @@ func InstallNode(node state.Node, apiToken, apiHost, labels string) error { fmt.Printf("[%s] Configuring NGINX module...\n", node.Name) exec.Command("bash", filepath.Join(DeployTo, "pick-module.sh")).Run() - fmt.Printf("[%s] Registering node...\n", node.Name) fmt.Printf("[%s] Registering node (this may take 30-60s)...\n", node.Name) registerCmd := exec.Command("bash", "-c", fmt.Sprintf("source %s/env.list 2>/dev/null; %s/register-node job:register -token '%s' -host '%s'",