aboutsummaryrefslogtreecommitdiff
path: root/checkem
diff options
context:
space:
mode:
Diffstat (limited to 'checkem')
-rwxr-xr-xcheckem2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkem b/checkem
index 6bacda1..278f67e 100755
--- a/checkem
+++ b/checkem
@@ -27,7 +27,7 @@ use 5.009003;
our $VERSION = 2.4;
# If no arguments, work with the current working directory
-croak('Need at least one dir to search') if !@ARGV;
+croak 'Need at least one dir to search' if !@ARGV;
# Convenience keys into stat() return array for clarity and to appease
# Perl::Critic