Skip to content

Commit 721b741

Browse files
committed
fix: unnecessary log naming
1 parent 430d70b commit 721b741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/remote-sshfs/log.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ end
2929

3030
M.setup = function(opts)
3131
if opts.log.enabled and opts.log.types then
32-
M.path = string.format("%s/remote-sshfs.log", vim.fn.stdpath "cache", os.date "%H:%M:%S", vim.env.USER)
32+
M.path = string.format("%s/remote-sshfs.log", vim.fn.stdpath("cache"))
3333
M.types = opts.log.types
3434
if opts.log.truncate then
3535
os.remove(M.path)

0 commit comments

Comments
 (0)