Skip to content

Commit

Permalink
Revert change of src/lib/version.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmaro committed Mar 10, 2021
1 parent 8665ac2 commit 9588640
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ fn get_version_from_output(line: &str) -> Option<String> {

fn get_latest_version() -> Option<String> {
let result = Command::new("cargo")
.args(&["search", "cargo-make"])
.arg("search")
.arg("cargo-make")
.output();

match result {
Expand Down

0 comments on commit 9588640

Please sign in to comment.