Skip to content

Commit 35ad3c5

Browse files
committed
Fix minor print typo
1 parent 02e64df commit 35ad3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentctl/actions/detection_testing/infrastructures/DetectionTestingInfrastructure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def configure_imported_roles(
287287
return
288288
except Exception as e:
289289
self.pbar.write(
290-
f"The follwoing roles do not exist:'{enterprise_security_roles}: {str(e)}"
290+
f"The following role(s) do not exist:'{enterprise_security_roles}: {str(e)}"
291291
)
292292

293293
self.get_conn().roles.post(

0 commit comments

Comments
 (0)