Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Merge branch 'JeanMertz-patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
simrat39 committed Jul 17, 2021
2 parents da8fb66 + 6a972bd commit a22eec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/rust-tools/runnables.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ local function getCommand(c, results)

local dir = args.workspaceRoot;

ret = string.format("cd %s && cargo ", dir)
ret = string.format("cd '%s' && cargo ", dir)

for _, value in ipairs(args.cargoArgs) do
ret = ret .. value .. " "
Expand Down

0 comments on commit a22eec8

Please sign in to comment.