1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Include Git version with yadm version (#377)

This commit is contained in:
Tim Byrne
2022-01-17 09:12:41 -06:00
parent f28d4bc1c6
commit 8186705059
2 changed files with 4 additions and 3 deletions

3
yadm
View File

@@ -1413,7 +1413,8 @@ function upgrade() {
function version() {
echo "yadm $VERSION"
echo "yadm version $VERSION"
"$GIT_PROGRAM" --version
exit_with_hook 0
}