Skip to content

Commit 2a92aa5

Browse files
Delete Machines instead of UnixMachines in online (#1171)
1 parent f47b787 commit 2a92aa5

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules

1 file changed

+1
-1
lines changed

core/src/main/resources/oracle/weblogic/deploy/aliases/category_modules/UnixMachine.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"copyright": "Copyright (c) 2017, 2022, Oracle Corporation and/or its affiliates.",
33
"license": "Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl",
4-
"wlst_type": "UnixMachine${:s}",
4+
"wlst_type": "${UnixMachine:Machines}",
55
"online_bean": "weblogic.management.configuration.UnixMachineMBean",
66
"child_folders_type": "multiple",
77
"short_name": "UnixNM",

0 commit comments

Comments
 (0)