Skip to content

Commit

Permalink
Merge pull request #77 from ovenum/patch-1
Browse files Browse the repository at this point in the history
Fix typo in uuid/populate.php
  • Loading branch information
afbora authored Apr 2, 2024
2 parents 8cb3477 + 8bf8a77 commit 9b6432f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/uuid/populate.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

Uuids::populate();

$cli->success('UUID cache has been popluated');
$cli->success('UUID cache has been populated');
}
];

0 comments on commit 9b6432f

Please sign in to comment.