Skip to content

Commit

Permalink
feat!: change default dockerfile location
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHedmad committed Feb 7, 2024
1 parent 6e00168 commit 7983f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ impl KerblamTomlOptions {
.code
.clone()
.and_then(|x| x.env_dir)
.unwrap_or_else(|| current_dir().unwrap().join("src/dockerfiles"));
.unwrap_or_else(|| current_dir().unwrap().join("src/containers"));

find_files(env, None)
}
Expand Down

0 comments on commit 7983f60

Please sign in to comment.