We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccbb50 commit 31b97bdCopy full SHA for 31b97bd
crates/fig_integrations/src/ssh/mod.rs
@@ -55,7 +55,7 @@ impl SshIntegration {
55
Ok(FileIntegration {
56
path: self.get_integration_path()?,
57
contents: indoc::formatdoc! {"
58
- Match exec=\"command -v {bin_name} && {bin_name} internal generate-ssh --remote-host %h --remote-port %p --remote-username %r\"
+ Match exec \"command -v {bin_name} && {bin_name} internal generate-ssh --remote-host %h --remote-port %p --remote-username %r\"
59
Include \"{include_path}\"
60
"},
61
#[cfg(unix)]
0 commit comments