Build related cleanup. Entrypoint to read config from correct place.
[ric-plt/appmgr.git] / cmd / appmgr / desc.go
index d7c2d5e..8cc39a5 100755 (executable)
@@ -316,7 +316,7 @@ func (cm *ConfigMap) GetMessages(name string) (msgs MessageTypes) {
        return
 }
 
-func (cm *ConfigMap) GetConfigMapName(xappName, namespace string) (string) {
+func (cm *ConfigMap) GetConfigMapName(xappName, namespace string) string {
        return " configmap-" + namespace + "-" + xappName + "-appconfig"
 }