Skip to content

Commit

Permalink
Fix build.rs wrong path for rerun-if-changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Zettroke authored Aug 2, 2023
1 parent cba347d commit b25e4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use std::{
fn main() {
read_grok_patterns();

println!("cargo:rerun-if-changed=src/parser.lalrpop");
println!("cargo:rerun-if-changed=src/parser/parser.lalrpop");
lalrpop::Configuration::new()
.always_use_colors()
.process_dir("src/datadog/grok")
Expand Down

0 comments on commit b25e4b7

Please sign in to comment.