Skip to content

Commit

Permalink
fix(moveToFolderInCwd): error in notification
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Feb 15, 2024
1 parent 357bc26 commit 3e22df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/genghis/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function M.moveToFolderInCwd()
u.bwipeout("#")
local msg = ("Moved %q to %q"):format(filename, destination)
local append = supportsImportUpdates and " and updated imports." or "."
u.notify(msg + append)
u.notify(msg .. append)
end
end)
end
Expand Down

0 comments on commit 3e22df4

Please sign in to comment.