diff --git a/src/main.rs b/src/main.rs index 1ce9604..d6ff42c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -87,7 +87,7 @@ async fn main() -> eyre::Result<()> { description, private, - mut set_upstream, + set_upstream, push, } => { // let (host_domain, host_keys, repo) = keys.get_current_host_and_repo().await?;