diff options
author | Cyborus04 <87248184+Cyborus04@users.noreply.github.com> | 2023-07-11 18:55:47 +0200 |
---|---|---|
committer | Cyborus04 <87248184+Cyborus04@users.noreply.github.com> | 2023-07-11 18:55:47 +0200 |
commit | 22aad204d3faac2dfc15f6ecc283f3b5b7026710 (patch) | |
tree | 359f54b71097e43f82922531e95237b675fcb7ba | |
parent | initial commit (diff) | |
download | forgejo-cli-22aad204d3faac2dfc15f6ecc283f3b5b7026710.tar.xz forgejo-cli-22aad204d3faac2dfc15f6ecc283f3b5b7026710.zip |
fix push flag
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 21ffc3a..a41bdfe 100644 --- a/src/main.rs +++ b/src/main.rs @@ -129,7 +129,6 @@ async fn main() -> eyre::Result<()> { .arg("-u") .arg("origin") .arg("main") - .arg(new_repo.clone_url.as_str()) .status() .await?; if !status.success() { |