Skip to content

Commit

Permalink
fix: image patcher (#11)
Browse files Browse the repository at this point in the history
* fix: image patcher

* build: bump version
  • Loading branch information
easymikey authored Apr 19, 2023
1 parent 74345e8 commit 97dca57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["easymikey <[email protected]>"]
edition = "2021"
name = "lxc-tool"
version = "0.1.2"
version = "0.1.3"

[profile.release]
lto = true
Expand Down
2 changes: 1 addition & 1 deletion src/repodata/lxc_image_patch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub fn patch_image(
}

let mut child = Command::new(path_to_script)
.args(["-path", tempfile])
.args(["--path", tempfile])
.args(["-d", &metadata.dist])
.args(["-r", &metadata.release])
.args(["-a", &metadata.arch])
Expand Down

0 comments on commit 97dca57

Please sign in to comment.