Skip to content

Commit e82cac6

Browse files
committed
fmt
1 parent 1247cb4 commit e82cac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coder-Desktop/VPNLib/FileSync/FileSyncDaemon.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public class MutagenDaemon: FileSyncDaemon {
243243
"MUTAGEN_SSH_PATH": "/usr/bin",
244244
// Do not use `~/.ssh/config`, as it may contain an entry for
245245
// '*.<hostnameSuffix' that uses `coder ssh`.
246-
"MUTAGEN_SSH_CONFIG_PATH": "none"
246+
"MUTAGEN_SSH_CONFIG_PATH": "none",
247247
]
248248
logger.info("setting mutagen data directory: \(self.mutagenDataDirectory.path, privacy: .public)")
249249
return process

0 commit comments

Comments
 (0)