aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/croncrypt2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/croncrypt b/bin/croncrypt
index d08642f..002dd56 100755
--- a/bin/croncrypt
+++ b/bin/croncrypt
@@ -49,7 +49,7 @@ if ( !@ARGV ) {
}
# Bail if we don't have the environment variables we need
-my @fails = ();
+my @fails;
if ( !exists $ENV{'CRONCRYPT_KEYID'} ) {
push @fails, 'CRONCRYPT_KEYID is not set; set it to your key ID.';
}