Skip to content

Commit 6f638fd

Browse files
committed
fixup
1 parent 148ce6c commit 6f638fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Coder Desktop/Coder Desktop/FileSync/FileSyncDaemon.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class MutagenDaemon: FileSyncDaemon {
3232
#elseif arch(x86_64)
3333
mutagenPath = Bundle.main.url(forResource: "mutagen-darwin-amd64", withExtension: nil)
3434
#else
35-
mutagenPath = nil
35+
mutagenPath = nil
3636
fatalError("unknown architecture")
3737
#endif
3838
mutagenDataDirectory = FileManager.default.urls(

0 commit comments

Comments
 (0)