We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c17422 commit 59f15efCopy full SHA for 59f15ef
lua/rustaceanvim/shell.lua
@@ -44,7 +44,7 @@ end
44
---@param path string
45
---@return string
46
function M.make_cd_command(path)
47
- return ('cd "%s"'):format(path)
+ return ("cd '%s'"):format(path)
48
end
49
50
---@param command string
0 commit comments