Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6f638fd

Browse files
committedMar 7, 2025·
fixup
1 parent 148ce6c commit 6f638fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Coder Desktop/Coder Desktop/FileSync/FileSyncDaemon.swift

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.