Skip to content

Commit

Permalink
Fix loadMigrations description
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleJune committed Nov 16, 2021
1 parent a7c2aaa commit 9412423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export async function init(migrate: Migrate): Promise<void> {

/**
* Loads all migrations current path values into the migration table.
* Returns all unapplied migrations.
* Returns all loaded migrations.
*/
export async function loadMigrations(migrate: Migrate): Promise<Migration[]> {
console.log("Loading migrations");
Expand Down

0 comments on commit 9412423

Please sign in to comment.