Skip to content

Commit

Permalink
apps_lib/build: fix the relative path to .git
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Sep 3, 2024
1 parent 6393923 commit 4bdd596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/apps_lib/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const PROTO_SRC: &str = "./proto";

fn main() {
// Discover the repository version, if it exists
println!("cargo:rerun-if-changed=../.git");
println!("cargo:rerun-if-changed=../../.git");
let describe_opts = DescribeOptions::new();
let mut describe_format = DescribeFormatOptions::new();
describe_format.dirty_suffix("-dirty");
Expand Down

0 comments on commit 4bdd596

Please sign in to comment.