diff options
Diffstat (limited to 'src/utils/push.rs')
-rw-r--r-- | src/utils/push.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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)?; |