mirror of
https://codeberg.org/Cyborus/forgejo-cli.git
synced 2024-11-10 12:09:33 +01:00
remove unnecessary mut
This commit is contained in:
parent
ab393f4c66
commit
2c30803476
1 changed files with 1 additions and 1 deletions
|
@ -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?;
|
||||
|
|
Loading…
Reference in a new issue