Skip to content

Commit 23f866d

Browse files
committed
Misc cleanup: Fix typo.
1 parent 248122f commit 23f866d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/views/resources/group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def put(self, group: OktaGroup) -> ResponseReturnValue:
215215
.first()
216216
)
217217

218-
# Audit logging gnly log if group name changed
218+
# Audit logging, only if group name changed
219219
if old_group_name.lower() != group.name.lower():
220220
current_app.logger.info(
221221
AuditLogSchema().dumps(

0 commit comments

Comments
 (0)