Fixed the output of the "path" computed property for the AssetPrefix enumeration in the library target.
This commit is contained in:
@@ -25,7 +25,7 @@ extension AssetPrefix: Pathable {
|
||||
// MARK: Computed
|
||||
|
||||
var path: String {
|
||||
.init(format: .Format.Path.root, rawValue)
|
||||
.init(format: .Format.Path.folder, rawValue)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user