Skip to content

Commit

Permalink
Commit from GitHub Actions (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
mise-en-dev committed Feb 23, 2024
1 parent e17ebcb commit 48cb851
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/cli/en.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::ffi::OsString;
use std::path::PathBuf;
use crate::cli::exec::Exec;
use crate::config::Settings;
use std::ffi::OsString;
use std::path::PathBuf;

use crate::env;

Expand Down Expand Up @@ -39,7 +39,8 @@ impl En {
jobs: None,
c: None,
command: Some(command),
}.run()
}
.run()
}
}

Expand Down

0 comments on commit 48cb851

Please sign in to comment.