Skip to content

Commit

Permalink
run.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo committed Nov 14, 2023
1 parent 3b513d8 commit 2c7a622
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cmd/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ fn load_or_install(
if let Some(executable) = yard.load_app(requested_app, app.executable(platform)) {
return Ok(executable);
};

for installation_method in app.installation_methods(&requested_app.version, platform, yard) {
if let Some(executable) = installation_method.install(output)? {
return Ok(executable);
Expand Down

0 comments on commit 2c7a622

Please sign in to comment.