Add remote_topgrade_path configuration option

This commit is contained in:
Alex Hamilton
2020-07-10 02:45:15 -05:00
committed by GitHub
parent 6a1b11bc52
commit 69b9c4b24c
4 changed files with 17 additions and 5 deletions

View File

@@ -22,6 +22,9 @@
# Arguments to pass SSH when upgrading remote systems
#ssh_arguments = "-o ConnectTimeout=2"
# Path to Topgrade executable on remote machines
#remote_topgrade_path = [".cargo/bin/topgrade"]
# Arguments to pass tmux when pulling Repositories
#tmux_arguments = "-S /var/tmux.sock"