Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leonidastri committed Sep 27, 2024
1 parent 07914d0 commit 13aca7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uuGroup.r
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ uuGroupAdd(*groupName, *category, *subcategory, *schema_id, *expiration_date, *d
*kv."co_identifier" = *co_identifier;

# Shoot first, ask questions later.
*status = str(errorcode(msiSudoGroupAdd(*groupName, "manager", uuClientFullName, "", *kv)));
*status = str(errorcode(msiSudoGroupAdd(*groupName, "manager", uuClientFullName, "", *kv)));

if (*status == '0') {
*message = "";
Expand Down

0 comments on commit 13aca7b

Please sign in to comment.