mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-01 12:03:38 +00:00
[doc] conf: Fix typo in release git-describe command
We got the gist of it, but in the end, didn't git it right.
This commit is contained in:
parent
5d9db8b2f5
commit
a8ddf72318
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ except IOError:
|
|||
import subprocess
|
||||
try:
|
||||
release = subprocess.check_output([
|
||||
'gist', 'describe', '--always', '--abbrev=10', '--dirty=+', '--tags'
|
||||
'git', 'describe', '--always', '--abbrev=10', '--dirty=+', '--tags'
|
||||
]).decode('utf-8').strip()
|
||||
except (subprocess.CalledProcessError, OSError):
|
||||
release = '(unknown version)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue