Skip to content

Commit 4bad22f

Browse files
committed
Fix upself
1 parent 7424377 commit 4bad22f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mmrl"
33
description = "MMRL comes now as command line interface, with multi module install support!"
4-
version = "0.1.1"
4+
version = "0.1.2"
55
edition = "2021"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

src/cmd/upself.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use std::io::{BufRead, BufReader, Error, ErrorKind};
55
use std::process::{Command, Stdio};
66

77
pub async fn upself(client: Client, version: String, yes: bool) {
8-
let zip_url = format!("https://github.com/DerGoogler/MMRL-CLI/releases/download/v0.1.0/mmrl-{}-module-aarch64.zip", version);
8+
let zip_url = format!("https://github.com/DerGoogler/MMRL-CLI/releases/download/v{}/mmrl-{}-module-aarch64.zip", version, version);
99

1010
let path = &[
1111
get_downloads_dir(),

0 commit comments

Comments
 (0)