remove unnecessary mut

This commit is contained in:
Cyborus04 2023-07-11 15:24:36 -04:00
parent ab393f4c66
commit 2c30803476
No known key found for this signature in database

View file

@ -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?;