Skip to content

Commit

Permalink
fix: build.rs parser path (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zettroke authored Aug 2, 2023
1 parent 6f40c3b commit e32d4ee
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 e32d4ee

Please sign in to comment.