Skip to content

Commit 53b75b4

Browse files
committed
Debug (1)
1 parent ff7b64a commit 53b75b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ReleaseTooling/Sources/ZipBuilder/ZipBuilder.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -704,12 +704,12 @@ struct ZipBuilder {
704704
at: dir,
705705
includingPropertiesForKeys: [.isDirectoryKey]
706706
)
707-
print("mango: \(resourceDirs1)")
707+
print("papaya: \(resourceDirs1)")
708708
let resourceDirs2 = try fileManager.contentsOfDirectory(
709709
at: dir,
710710
includingPropertiesForKeys: nil
711711
)
712-
print("mango: \(resourceDirs2)")
712+
print("banana: \(resourceDirs2)")
713713

714714
if !resourceDirs.isEmpty {
715715
result += Constants.resourcesRequiredText

0 commit comments

Comments
 (0)