Skip to content

Commit

Permalink
Merge pull request #63 from uselagoon/hotfix/readd_rsync
Browse files Browse the repository at this point in the history
Adds rsync args to ssh options
  • Loading branch information
Tim Clifford authored Aug 10, 2022
2 parents 6fbc0ee + 47667a4 commit 623c046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ var syncCmd = &cobra.Command{
PrivateKey: sshKey,
Port: sshPort,
Verbose: sshVerbose,
RsyncArgs: RsyncArguments,
}

utils.LogDebugInfo("Config that is used for SSH", sshOptions)
Expand Down

0 comments on commit 623c046

Please sign in to comment.