mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-10 06:14:16 +00:00
Ignore build.rs git errors
This commit is contained in:
parent
64c38856cc
commit
86a254ad9e
1 changed files with 1 additions and 1 deletions
2
build.rs
2
build.rs
|
@ -1,7 +1,7 @@
|
|||
use std::process::Command;
|
||||
|
||||
fn main() {
|
||||
read_git_info().expect("Unable to read Git info");
|
||||
read_git_info().ok();
|
||||
}
|
||||
|
||||
fn run(args: &[&str]) -> Result<String, std::io::Error> {
|
||||
|
|
Loading…
Reference in a new issue