Skip to content

Commit

Permalink
Removed trailing slash (windows support).
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorenc committed Dec 3, 2011
1 parent 53449ee commit 7560e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/migrate
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ function performMigration(direction, migrationName) {
});

var migrationPath = migrationName
? join('migrations/', migrationName)
? join('migrations', migrationName)
: migrationName;

set[direction](null, migrationPath);
Expand Down

0 comments on commit 7560e47

Please sign in to comment.