Skip to content

Commit 31b97bd

Browse files
fix: update ssh integration config to remove '=' in exec condition (#1134)
1 parent fccbb50 commit 31b97bd

File tree

1 file changed

+1
-1
lines changed
  • crates/fig_integrations/src/ssh

1 file changed

+1
-1
lines changed

crates/fig_integrations/src/ssh/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ impl SshIntegration {
5555
Ok(FileIntegration {
5656
path: self.get_integration_path()?,
5757
contents: indoc::formatdoc! {"
58-
Match exec=\"command -v {bin_name} && {bin_name} internal generate-ssh --remote-host %h --remote-port %p --remote-username %r\"
58+
Match exec \"command -v {bin_name} && {bin_name} internal generate-ssh --remote-host %h --remote-port %p --remote-username %r\"
5959
Include \"{include_path}\"
6060
"},
6161
#[cfg(unix)]

0 commit comments

Comments
 (0)