fix(moveToFolderInCwd): error in notification

remotes/origin/HEAD
Chris Grieser 2024-02-15 14:28:40 +01:00
parent 357bc2688d
commit 3e22df4eb3
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ function M.moveToFolderInCwd()
u.bwipeout("#") u.bwipeout("#")
local msg = ("Moved %q to %q"):format(filename, destination) local msg = ("Moved %q to %q"):format(filename, destination)
local append = supportsImportUpdates and " and updated imports." or "." local append = supportsImportUpdates and " and updated imports." or "."
u.notify(msg + append) u.notify(msg .. append)
end end
end) end)
end end