Add version v0.1.0
[ric-plt/rtmgr.git] / pkg / nbi / nbi.go
index cb19e71..84282bd 100644 (file)
@@ -77,5 +77,5 @@ func GetNbi(nbiName string) (*NbiEngineConfig, error) {
                        return nbi, nil
                }
        }
-       return nil, errors.New("NBI:" + nbiName + "is not supported or still not a available")
+       return nil, errors.New("NBI:" + nbiName + " is not supported or still not a available")
 }