Skip to content

Commit

Permalink
Progress bar fix related to validation before migration (continued)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Hall committed Jan 27, 2020
1 parent 0d32e3a commit 3015bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Objects/Migrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ public function migrate(): void
}

if (isset($progressBar)) {
$this->progressBar->complete();
$progressBar->complete();
}
}

Expand Down

0 comments on commit 3015bb0

Please sign in to comment.