diff --git a/main.go b/main.go
index 35ac13528e8ca1bf5a976645a83e8e186456563d..088523b32fd53705030b1f2ddffd6b9efc82d13f 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!
 }