RICPLT-2989 Submgr routing manager client code to support multiple endpoints
[ric-plt/submgr.git] / pkg / control / types.go
index d0c7fb8..164e801 100644 (file)
@@ -152,7 +152,7 @@ type Action int
 func (act Action) String() string {
        actions := [...]string{
                "CREATE",
-               "MERGE",
+               "UPDATE",
                "NONE",
                "DELETE",
        }