diff --git a/Sources/ProjectSpec/Project.swift b/Sources/ProjectSpec/Project.swift index 0b5d8774..f912fd5d 100644 --- a/Sources/ProjectSpec/Project.swift +++ b/Sources/ProjectSpec/Project.swift @@ -177,7 +177,7 @@ extension Project { extension Project: PathContaining { - static func expandPaths(for spec: Spec, relativeTo basePath: Path = "") -> Spec { + static func expandPaths(for spec: Spec, relativeTo basePath: Path = Path()) -> Spec { let relativePath = (basePath + spec.relativePath).normalize() guard relativePath != Path() else { return spec