Skip to content

Commit

Permalink
Update run.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchantey committed Apr 3, 2024
1 parent 52d6a1a commit 201c4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/forky/forky_cli/src/auto_mod/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const CRATE_FOLDERS: &'static [&str] =
&["src", "examples", "tests", "test", "macros/src", "cli/src"];
const IGNORE_FOLDERS: &'static [&str] = &["src", "examples"];
const IGNORE_FILES: &'static [&str] = &["mod", "lib", "main", "_lib", "sweet"];
const CRATE_DIRS: &'static [&str] = &["./", "crates", "crates/forky"];
const CRATE_DIRS: &'static [&str] = &["src", "crates", "crates/forky"];


pub fn run() -> Result<()> {
Expand Down

0 comments on commit 201c4d7

Please sign in to comment.