From c1e0f5a9c9f6402703aece1581fd00ab20f71ded Mon Sep 17 00:00:00 2001 From: Andreas Fuchs Date: Wed, 25 Nov 2020 19:20:17 -0500 Subject: Use DeployData's store path to build the activate-rs path This gets rid of yet more code, so - win! --- src/utils/push.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/utils/push.rs') diff --git a/src/utils/push.rs b/src/utils/push.rs index 237e99a..76e87c9 100644 --- a/src/utils/push.rs +++ b/src/utils/push.rs @@ -99,7 +99,6 @@ pub async fn push_profile( .arg("-k") .arg(local_key) .arg(&deploy_data.profile.profile_settings.path) - .arg(&super::deploy_path_to_activate_path_str(&deploy_defs)?) .status() .await .map_err(PushProfileError::SignError)?; -- cgit v1.2.3