mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-12 14:04:00 +01:00
Use optional env as this variable isn't defined during CI
This commit is contained in:
parent
b1b6bc9be0
commit
edca4248aa
@ -206,7 +206,7 @@ fn config() -> Json<Value> {
|
||||
let domain = crate::CONFIG.domain();
|
||||
Json(json!({
|
||||
"version": crate::VERSION,
|
||||
"gitHash": env!("GIT_REV"),
|
||||
"gitHash": option_env!("GIT_REV"),
|
||||
"server": {
|
||||
"name": "Vaultwarden",
|
||||
"url": "https://github.com/dani-garcia/vaultwarden"
|
||||
|
Loading…
Reference in New Issue
Block a user