Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lua/remote-nvim/providers/provider.lua
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ end
function Provider:_setup_workspace_variables()
if vim.tbl_isempty(self._config_provider:get_workspace_config(self.unique_host_id)) then
self.logger.debug("Did not find any existing configuration. Creating one now..")
self:run_command("echo 'Hello'", "Testing remote connection")
self:run_command('echo "Hello"', "Testing remote connection")
self._config_provider:add_workspace_config(self.unique_host_id, {
provider = self.provider_type,
host = self.host,
Expand Down