Skip to content

Commit

Permalink
Change wording of message
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella committed Dec 8, 2023
1 parent aa8229d commit 56f29fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pixee/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def fix(path, dry_run, language, output, list_codemods, explain, verbose):

print_logo()
console.print("Welcome to Pixee!", style="bold")
console.print("Let's find and fix vulnerabilities in your project.", style="bold")
console.print("Let's find problems and harden your code.", style="bold")
if not path:
path = prompt(
"Path to the project to fix: ",
Expand Down

0 comments on commit 56f29fa

Please sign in to comment.