Skip to content

Commit 69a0dc5

Browse files
committed
fix: invalid comparison
1 parent ee32a28 commit 69a0dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/copilot/workspace/utils.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function M.add_workspace_folder(folder_path)
3434
end
3535
end
3636

37-
table.insert(workspace_folders, { folder_path })
37+
table.insert(workspace_folders, folder_path)
3838
config.workspace_folders = workspace_folders
3939

4040
local client = c.get()

0 commit comments

Comments
 (0)