Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit bc1501d

Browse files
committed
fix typo
1 parent c5e44b2 commit bc1501d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ use std::process::Command;
33
fn main() {
44
println!("cargo:rerun-if-changed=migrations");
55
println!("cargo:rerun-if-changed=build.rs");
6+
println!("cargo:rerun-if-changed=.git");
67

78
let is_git_repo = Command::new("git")
89
.args(["rev-parse", "--is-inside-work-tree"])

0 commit comments

Comments
 (0)