mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2024-11-22 15:34:53 +01:00
fix: use workspace name
This commit is contained in:
parent
bbc86f3ac4
commit
1ef6d1d2c4
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ local connected_actions = {
|
||||||
invite = function(user)
|
invite = function(user)
|
||||||
local ws
|
local ws
|
||||||
if session.workspace ~= nil then
|
if session.workspace ~= nil then
|
||||||
ws = session.workspace
|
ws = session.workspace.name
|
||||||
else
|
else
|
||||||
ws = vim.fn.input("workspace > ", "")
|
ws = vim.fn.input("workspace > ", "")
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue