aboutsummaryrefslogtreecommitdiff
path: root/src/utils/push.rs
diff options
context:
space:
mode:
authorAndreas Fuchs2020-11-25 19:20:17 -0500
committernotgne22020-12-02 10:24:23 -0700
commitc1e0f5a9c9f6402703aece1581fd00ab20f71ded (patch)
treef15eb7a18ab6c4d36efa3ecb5bb4aad949d29db9 /src/utils/push.rs
parent4af6b8114e1edb8d8280e10ab295c1cacef94136 (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.rs1
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)?;