From 84335be6742a0be3e54535c8b87940faa2934844 Mon Sep 17 00:00:00 2001 From: Yann Stepienik Date: Sun, 27 Aug 2023 10:52:34 +0100 Subject: [PATCH] [release] v0.10.0-unstable4 --- src/constellation/index.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constellation/index.go b/src/constellation/index.go index 0d83c0a..6cf6e33 100644 --- a/src/constellation/index.go +++ b/src/constellation/index.go @@ -36,7 +36,7 @@ func Init() { // start nebula utils.Log("Constellation: starting nebula...") - err := startNebulaInBackground() + err = startNebulaInBackground() if err != nil { utils.Error("Constellation: error while starting nebula", err) }