Skip to content

Commit 596552a

Browse files
committed
review fixes
1 parent 7552ed6 commit 596552a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nvim_helpers/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func BuildRemoteCommandString(
122122

123123
parts = append(parts, fmt.Sprintf(
124124
"%s %s",
125-
BuildRemoteEnvString(remoteEnv, nvimCmdQuoted),
125+
BuildRemoteEnvString(remoteEnv, shellName),
126126
nvimCmdQuoted,
127127
))
128128

0 commit comments

Comments
 (0)