We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f71958 commit 4cc9c9fCopy full SHA for 4cc9c9f
main.go
@@ -23,7 +23,7 @@ const (
23
configDir = "~/.config/clipsync"
24
configFile = "config"
25
cryptPasswordFile = "crypt-password"
26
- syncerLockDir = "/var/run/lock"
+ syncerLockDir = "/tmp"
27
)
28
29
// BuildVersion Holds the current git HEAD version number.
0 commit comments