diff --git a/models/MigrationService.cfc b/models/MigrationService.cfc index d4d76a5..33d77c4 100644 --- a/models/MigrationService.cfc +++ b/models/MigrationService.cfc @@ -312,7 +312,7 @@ component accessors="true" { componentName: componentName, absolutePath: file.directory & "/" & file.name, componentPath: listChangeDelims( - directory & "/" & componentName, + replace( directory, "\", "/", "all" ) & "/" & componentName, ".", "/", false @@ -389,7 +389,12 @@ component accessors="true" { { "componentName": componentName, "componentPath": listChangeDelims( - variables.seedsDirectory & "/" & componentName, + replace( + variables.seedsDirectory, + "\", + "/", + "all" + ) & "/" & componentName, ".", "/", false