Skip to content

Commit 17d4ac4

Browse files
committed
Actually use it
1 parent 45a8114 commit 17d4ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentctl/input/director.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def createSecurityContent(
315315
print(f"{Colors.BOLD}{Colors.BRIGHT_MAGENTA}{'═' * 60}{Colors.END}\n")
316316

317317
print(
318-
f"{Colors.BOLD}{Colors.GREEN} Validation Completed{Colors.END} – Issues detected in {Colors.RED}{Colors.BOLD}{len(validation_errors)}{Colors.END} files.\n"
318+
f"{Colors.BOLD}{Colors.GREEN}{Colors.SPARKLE} Validation Completed{Colors.END} – Issues detected in {Colors.RED}{Colors.BOLD}{len(validation_errors)}{Colors.END} files.\n"
319319
)
320320

321321
for index, entry in enumerate(validation_errors, 1):

0 commit comments

Comments
 (0)