mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Fix tagging for current version
This commit is contained in:
parent
32b9c0c840
commit
2840d98fd4
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ PUBSUB_URL = URI.parse("https://pubsubhubbub.appspot.com")
|
|||
TEXTCAPTCHA_URL = URI.parse("http://textcaptcha.com/omarroth@hotmail.com.json")
|
||||
CURRENT_BRANCH = `git branch | sed -n '/\* /s///p'`.strip
|
||||
CURRENT_COMMIT = `git rev-list HEAD --max-count=1 --abbrev-commit`.strip
|
||||
CURRENT_VERSION = `git describe --tags $(git rev-list --tags --max-count=1)`.strip
|
||||
CURRENT_VERSION = `git describe --tags --abbrev=0`.strip
|
||||
|
||||
LOCALES = {
|
||||
"ar" => load_locale("ar"),
|
||||
|
|
Loading…
Reference in a new issue