mirror of
https://github.com/pi-hole/pi-hole.git
synced 2026-04-17 23:54:34 +01:00
Ensure local hash is always of length 8, for consistency.
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
@@ -22,7 +22,7 @@ function get_local_version() {
|
||||
|
||||
function get_local_hash() {
|
||||
cd "${1}" 2> /dev/null || return 1
|
||||
git rev-parse --short HEAD || return 1
|
||||
git rev-parse --short=8 HEAD || return 1
|
||||
}
|
||||
|
||||
function get_remote_version() {
|
||||
|
||||
Reference in New Issue
Block a user