From 8ec8da0491ad89604700b3e29a227966f6d84ba1 Mon Sep 17 00:00:00 2001 From: Perl Tidy Date: Wed, 5 Dec 2018 15:38:52 -0500 Subject: no bug - reformat all the code using the new perltidy rules --- scripts/create_app_id.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/create_app_id.pl') diff --git a/scripts/create_app_id.pl b/scripts/create_app_id.pl index d2efc33cc..45ac224ae 100755 --- a/scripts/create_app_id.pl +++ b/scripts/create_app_id.pl @@ -24,7 +24,7 @@ Bugzilla->usage_mode(USAGE_MODE_CMDLINE); my ($callback, $description) = @ARGV; if (!$callback || !$description) { - die "Usage: scripts/create_app_key.pl \n"; + die "Usage: scripts/create_app_key.pl \n"; } print sha256_hex($callback, $description); -- cgit v1.2.3-24-g4f1b