diff --git a/models/BaseMigrationCommand.cfc b/models/BaseMigrationCommand.cfc index 58ee82f..57b04e2 100644 --- a/models/BaseMigrationCommand.cfc +++ b/models/BaseMigrationCommand.cfc @@ -46,7 +46,7 @@ component { fileSystemUtil.makePathRelative( fileSystemUtil.resolvePath( settings.migrationsDirectory ) ), - "\\", + "\", "/", "all" ); @@ -56,7 +56,7 @@ component { fileSystemUtil.makePathRelative( fileSystemUtil.resolvePath( settings.seedsDirectory ) ), - "\\", + "\", "/", "all" ); @@ -124,7 +124,7 @@ component { fileSystemUtil.makePathRelative( fileSystemUtil.resolvePath( migrationsDirectory ) ), - "\\", + "\", "/", "all" );