about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/capsule.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/capsule.sh b/scripts/capsule.sh
index ad6343f..0535529 100755
--- a/scripts/capsule.sh
+++ b/scripts/capsule.sh
@@ -20,7 +20,7 @@ do
     perlversion=$(perl -v)
     logfile="$report_path/$theperl.txt"
 
-    if [ -f 'dist.ini' ]
+    if [ -f 'dist.ini' ]; then
         dzil authordeps | cpanm
         cpanm --installdeps .
         HARNESS_VERBOSE=1 dzil test >> $logfile  2>&1