Skip to content

Commit

Permalink
Fixed typo sanitze to sanitize
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <snipe@snipe.net>
  • Loading branch information
snipe committed Dec 25, 2024
1 parent 49918d3 commit 3edb501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Commands/RestoreFromBackup.php
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ public function handle()
if ($this->option('sanitize-guess-prefix')) {
$prefix = SQLStreamer::guess_prefix($sql_contents);
$this->line($prefix);
return $this->info("Re-run this command with '--sanitize-with-prefix=".$prefix."' to see an attempt to sanitze your SQL.");
return $this->info("Re-run this command with '--sanitize-with-prefix=".$prefix."' to see an attempt to sanitize your SQL.");
}

// If we're doing --sql-stdout-only, handle that now so we don't have to open pipes to mysql and all of that silliness
Expand Down

0 comments on commit 3edb501

Please sign in to comment.