[release] v0.10.0-unstable4

This commit is contained in:
Yann Stepienik 2023-08-27 10:52:34 +01:00
parent 486291871e
commit 84335be674

View file

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