From 551dd1c3042743c373bf10cb8d14fac52bf26351 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Sun, 22 Nov 2020 21:56:43 -0700 Subject: Remove ref/cows from DeployDefs, add interactive flag (resolves #4) --- src/utils/push.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/push.rs') diff --git a/src/utils/push.rs b/src/utils/push.rs index 2ea259a..18b97b5 100644 --- a/src/utils/push.rs +++ b/src/utils/push.rs @@ -30,7 +30,7 @@ pub async fn push_profile( check_sigs: bool, repo: &str, deploy_data: &super::DeployData<'_>, - deploy_defs: &super::DeployDefs<'_>, + deploy_defs: &super::DeployDefs, keep_result: bool, result_path: Option<&str>, extra_build_args: &[String], -- cgit v1.2.3