diff options
author | Andreas Fuchs | 2020-11-25 19:20:17 -0500 |
---|---|---|
committer | notgne2 | 2020-12-02 10:24:23 -0700 |
commit | c1e0f5a9c9f6402703aece1581fd00ab20f71ded (patch) | |
tree | f15eb7a18ab6c4d36efa3ecb5bb4aad949d29db9 /src/utils/push.rs | |
parent | 4af6b8114e1edb8d8280e10ab295c1cacef94136 (diff) |
Use DeployData's store path to build the activate-rs path
This gets rid of yet more code, so - win!
Diffstat (limited to '')
-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)?; |