Skip to content

Commit 1623bf2

Browse files
committed
typo
1 parent 4120d9a commit 1623bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coder Desktop/VPN/Manager.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ actor Manager {
2323
#if arch(arm64)
2424
let dylibPath = cfg.serverUrl.appending(path: "bin/coder-vpn-darwin-arm64.dylib")
2525
#elseif arch(x86_64)
26-
let dylibPath = cfg.serverUrl.appending(path: "bincoder-vpn-darwin-amd64.dylib")
26+
let dylibPath = cfg.serverUrl.appending(path: "bin/coder-vpn-darwin-amd64.dylib")
2727
#else
2828
fatalError("unknown architecture")
2929
#endif

0 commit comments

Comments
 (0)