Skip to content

Commit db25063

Browse files
authored
Allow for spaces in CWD (#37)
* Allow for spaces in CWD * Fixed code styling
1 parent 4a47b60 commit db25063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/phpactor/rpc.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function rpc.call(action, parameters, options)
1010
local workspace_dir = utils.get_root_dir()
1111

1212
local cmd = string.format(
13-
"%s %s rpc --working-dir=%s",
13+
'%s %s rpc --working-dir "%s"',
1414
config.options.install.php_bin,
1515
config.options.install.bin,
1616
workspace_dir

0 commit comments

Comments
 (0)