From 3e6e0ede23830b7cfffb34438b5b525f282d8b3a Mon Sep 17 00:00:00 2001
From: Martin Stiemerling <mls.ietf@gmail.com>
Date: Fri, 18 Sep 2020 13:57:16 +0200
Subject: [PATCH] version that runs with basic grpc cli

---
 main.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.go b/main.go
index 35ac13528..088523b32 100644
--- a/main.go
+++ b/main.go
@@ -11,7 +11,7 @@ func main() {
 	println("This is the network superintendent...")
 
 	// hand off to cmd for further processing
-	cmd.Execute()
+	nucleus.Execute()
 
 	// nothing to see here, please move on!
 }
-- 
GitLab