Skip to content

Commit

Permalink
consistent punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
jberger committed Oct 13, 2014
1 parent c4dff2d commit 42e6be5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Galileo/Command/setup.pm
Expand Up @@ -66,10 +66,10 @@ sub run {

# Do nothing if version is current
if ( $installed == $available ) {
$self->flash( 'galileo.message' => 'Database schema is current' );
$self->flash( 'galileo.message' => 'Database schema is current.' );
} else {
$self->flash( 'galileo.message' => "Upgrade database $installed -> $available" );
$dh->do_upgrade;
$self->flash( 'galileo.message' => "Upgrade database $installed -> $available." );
}

$self->redirect_to('finish');
Expand Down

0 comments on commit 42e6be5

Please sign in to comment.