Skip to content

Commit 4cc9752

Browse files
committed
[swift_snapshot_tool] Default --workspace to use /tmp/swift_snapshot_tool_workspace_v1 instead of /tmp/workspace.
Now that I have put this into swift's utils, it isn't appropriate for me to just take /tmp/workspace. The name swift_snapshot_tool_workspace_v1 is a better name.
1 parent ada0ceb commit 4cc9752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/swift_snapshot_tool/Sources/swift_snapshot_tool/bisect_toolchains.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ struct BisectToolchains: AsyncParsableCommand {
1818
help: """
1919
The directory where toolchains should be downloaded to.
2020
""")
21-
var workspace: String = "/tmp/workspace"
21+
var workspace: String = "/tmp/swift_snapshot_tool_workspace_v1"
2222

2323
@Option(
2424
help: """

0 commit comments

Comments
 (0)