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) }