You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(scripts): correct neovim utils script path reference
Change incorrect reference from 'neovim_utils.sh' to 'utils/neovim.sh'.
The wrong path was causing chmod failures during remote neovim installation.
Updates provider code and corresponding tests.
* fix(provider): Pick up the correct binary release arch
Signed-off-by: Amit Singh <amitds1997@gmail.com>
* fix(scripts): Remove safe_subshell because it hides exit codes
Signed-off-by: Amit Singh <amitds1997@gmail.com>
* fix(provider): Fix building the install CMD to be run on remote
Signed-off-by: Amit Singh <amitds1997@gmail.com>
---------
Signed-off-by: Amit Singh <amitds1997@gmail.com>
Co-authored-by: Amit Singh <amitds1997@gmail.com>
0 commit comments