fix: update short_hash in git_info to 'stable' in update_routes.py

This commit is contained in:
Will Miao
2025-07-29 08:34:41 +08:00
parent c1d9b5137a
commit 854ca322c1

View File

@@ -367,7 +367,7 @@ class UpdateRoutes:
git_info = { git_info = {
'commit_hash': 'unknown', 'commit_hash': 'unknown',
'short_hash': 'unknown', 'short_hash': 'stable',
'branch': 'unknown', 'branch': 'unknown',
'commit_date': 'unknown' 'commit_date': 'unknown'
} }