We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0aae3a commit 57a8f70Copy full SHA for 57a8f70
Sources/Workspace/InitPackage.swift
@@ -567,7 +567,7 @@ public final class InitPackage {
567
guard self.fileSystem.exists(sources) == false else {
568
return
569
}
570
- progressReporter?("Creating \(sources.relative(to: destinationPath))/")
+ progressReporter?("Creating \(sources.relative(to: destinationPath))")
571
try makeDirectories(sources)
572
573
let moduleDir: AbsolutePath
0 commit comments