Skip to content

Commit

Permalink
FIX: referencing incorrect key
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesDPC committed Apr 10, 2018
1 parent d74ccb5 commit 7e3660c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/TruncateJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function process() {
}
}

$this->addMessage("Removed {$counts['e']} events, {$counts['f']} files, {$counts['f']} submissions", "info");
$this->addMessage("Removed {$counts['e']} events, {$counts['f']} files, {$counts['s']} submissions", "info");
$this->isComplete = true;
return;

Expand Down

0 comments on commit 7e3660c

Please sign in to comment.