From a1324381d04d141748cb775e32f98d320c9a35a7 Mon Sep 17 00:00:00 2001 From: Ferenc Erki Date: Wed, 16 Jun 2021 18:37:04 +0200 Subject: [PATCH] Fix typo --- bin/rexify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/rexify b/bin/rexify index b2505bcdf..b027555ec 100755 --- a/bin/rexify +++ b/bin/rexify @@ -840,7 +840,7 @@ unless ( -f 'lib' . $ARGV[0] . '.pm' ) { } print STDERR "Created Rexfile.\n"; - print STDERR "Done.\n\nNow edit Rexfile to suite your needs.\n"; + print STDERR "Done.\n\nNow edit Rexfile to suit your needs.\n"; print STDERR "You can edit $dir/lib/$ARGV[0].pm to define tasks.\n"; print STDERR "\nIf you need assistance, get in touch via one of our support channels!\n";