Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Add \n to migration echo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Feb 7, 2017
1 parent c413a95 commit 394289a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migration.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
// Update schema to the new value
updateSchema($bdd, $migration_value);

echo "Moved to schema $migration_value";
echo "Moved to schema $migration_value\n";
}
}

Expand Down

0 comments on commit 394289a

Please sign in to comment.