29-replacing-actions-ignore-directory-of-file-to-upload #30

Merged
Mr_Steppy merged 4 commits from 29-replacing-actions-ignore-directory-of-file-to-upload into master 2025-02-03 23:55:39 +01:00
Showing only changes of commit 3aa326e737 - Show all commits

View File

@ -295,7 +295,7 @@ fn main() -> Result<(), String> {
actions: {
let present_file_names: Vec<OsString> = match &server.address {
ServerAddress::Ssh { ssh_address } => osstring_from_ssh_output(
ShellCmd::new("ls")
ShellCmd::new("ssh")
.arg(ssh_address)
.arg(osf!("ls ") + &working_directory)
.collect_output()