Skip to content

Commit

Permalink
fix char
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas-Sander committed Feb 22, 2024
1 parent e7b0347 commit 0e7e99a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class PickCodemagicGoldens extends CommandBase {

@override
String get description =>
'Pick all golden files from codemagic, rename them and put them in a serperate folder.\n'
'Picks all golden files from codemagic, rename them and put them in a serperate folder.\n'
'To use this command, drop the golden files from Codemagic somewhere in a folder in this repo.\n'
'Then run this command. It will pick all the files that end with `_testImage.png`, remove the `_testImage` part and put them in a new folder called `corrected`.\n'
'These images can then be taken by the developer to replace the old golden files with the same name.';
Expand Down

0 comments on commit 0e7e99a

Please sign in to comment.