Skip to content

Commit

Permalink
Fix up running command
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed Dec 30, 2023
1 parent 2f37001 commit c55d23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/dc
Expand Up @@ -196,7 +196,7 @@ main() {
((dryrun)) && cpancover="$cpancover --dryrun"
cmd="$cpancover --results_dir $results_dir --workers $jobs $*"
((verbose)) && pi "$cmd"
"$cmd"
$cmd
;;
cpancover-compress)
find "$results_dir/" -name __failed__ -prune -o \
Expand Down

0 comments on commit c55d23b

Please sign in to comment.