Skip to content

Commit d4b1586

Browse files
authored
Merge pull request #1220 from ahoppen/rename-diagnose-bundle
Rename diagnose bundle created on disk from `sourcekitd-reproducer` to `sourcekit-lsp-diagnose`
2 parents 3fb3a99 + 9dc166d commit d4b1586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Diagnose/DiagnoseCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ public struct DiagnoseCommand: AsyncParsableCommand {
309309
dateFormatter.timeZone = NSTimeZone.local
310310
let date = dateFormatter.string(from: Date()).replacingOccurrences(of: ":", with: "-")
311311
let bundlePath = FileManager.default.temporaryDirectory
312-
.appendingPathComponent("sourcekitd-reproducer-\(date)")
312+
.appendingPathComponent("sourcekit-lsp-diagnose-\(date)")
313313
try FileManager.default.createDirectory(at: bundlePath, withIntermediateDirectories: true)
314314

315315
if components.isEmpty || components.contains(.crashReports) {

0 commit comments

Comments
 (0)