From 4af6b8114e1edb8d8280e10ab295c1cacef94136 Mon Sep 17 00:00:00 2001 From: Andreas Fuchs Date: Wed, 25 Nov 2020 19:12:48 -0500 Subject: Don't copy the activate script (it's part of the closure anyway) --- src/utils/push.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/utils/push.rs b/src/utils/push.rs index 2dd408b..237e99a 100644 --- a/src/utils/push.rs +++ b/src/utils/push.rs @@ -144,7 +144,6 @@ pub async fn push_profile( .arg("--to") .arg(format!("ssh://{}@{}", deploy_defs.ssh_user, hostname)) .arg(&deploy_data.profile.profile_settings.path) - .arg(&super::deploy_path_to_activate_path_str(&deploy_defs)?) .env("NIX_SSHOPTS", ssh_opts_str) .status() .await -- cgit v1.2.3