Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.

Commit 73e9ee5

Browse files
authored
Also show HEAD on stable update
1 parent 1982585 commit 73e9ee5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/sh/update-stable.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ git submodule update --init
99
yarn install
1010
yarn build
1111
echo "Update completed!"
12-
12+
echo "Checked out on HEAD:"
13+
git log --format="%h %s" -n 1

0 commit comments

Comments
 (0)