Skip to content

Commit ef6b0d6

Browse files
fix invalid json
1 parent aedfa25 commit ef6b0d6

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,15 @@
7272
"force": {
7373
"external": true,
7474
"subtopics": {
75-
"user": {
76-
"description": "commands that perform user-related admin tasks",
77-
"subtopics": {
78-
"permset": {
79-
"description": "Use to interact with permission sets assigned to a user"
80-
},
81-
"password": {
82-
"description": "Used to generate and set passwords for users"
75+
"user": {
76+
"description": "commands that perform user-related admin tasks",
77+
"subtopics": {
78+
"permset": {
79+
"description": "Use to interact with permission sets assigned to a user"
80+
},
81+
"password": {
82+
"description": "Used to generate and set passwords for users"
83+
}
8384
}
8485
}
8586
}

0 commit comments

Comments
 (0)