File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed
Tests/libhostmgrTests/Model Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import libhostmgr
55@main
66struct Hostmgr : AsyncParsableCommand {
77
8- private static var appVersion = " 0.20.0-rc-3 "
8+ private static var appVersion = " 0.20.0-rc-4 "
99
1010 static var configuration = CommandConfiguration (
1111 abstract: " A utility for managing VM hosts " ,
Original file line number Diff line number Diff line change @@ -126,11 +126,7 @@ extension Paths {
126126
127127 public static func buildkiteVMRootDirectory( forUser user: String ) -> URL {
128128 #if arch(arm64)
129- URL ( fileURLWithPath: " /Users " )
130- . appendingPathComponent ( user)
131- . appendingPathComponent ( " Library " )
132- . appendingPathComponent ( " Application Support " )
133- . appendingPathComponent ( " com.buildkite.agent " )
129+ URL ( fileURLWithPath: " /Users " ) . appendingPathComponent ( user)
134130 #else
135131 URL ( fileURLWithPath: " /usr/local/var/buildkite-agent " )
136132 #endif
Original file line number Diff line number Diff line change @@ -59,9 +59,6 @@ final class PathsTests: XCTestCase {
5959
6060 private var buildkiteRoot : URL {
6161 FileManager . default. homeDirectoryForCurrentUser
62- . appendingPathComponent ( " Library " )
63- . appendingPathComponent ( " Application Support " )
64- . appendingPathComponent ( " com.buildkite.agent " )
6562 }
6663
6764 func _bp( _ path: String ) -> String {
You can’t perform that action at this time.
0 commit comments