File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -573,8 +573,7 @@ def scan(
573573 if format == "table" and not quiet :
574574 console .print ()
575575 star_msg = (
576- "✨ Found ai-bom useful? "
577- "Give us a star: https://github.com/Trusera/ai-bom ⭐"
576+ "✨ Found ai-bom useful? Give us a star: https://github.com/Trusera/ai-bom ⭐"
578577 )
579578 console .print (f"[cyan]{ star_msg } [/cyan]" )
580579
@@ -774,10 +773,7 @@ def scan_cloud(
774773 # Print friendly call-to-action if scan was successful and not in quiet mode
775774 if format == "table" and not quiet :
776775 console .print ()
777- star_msg = (
778- "✨ Found ai-bom useful? "
779- "Give us a star: https://github.com/Trusera/ai-bom ⭐"
780- )
776+ star_msg = "✨ Found ai-bom useful? Give us a star: https://github.com/Trusera/ai-bom ⭐"
781777 console .print (f"[cyan]{ star_msg } [/cyan]" )
782778
783779
You can’t perform that action at this time.
0 commit comments