mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-13 01:38:20 +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
@ -30,7 +30,7 @@ except IOError:
|
|||||||
import subprocess
|
import subprocess
|
||||||
try:
|
try:
|
||||||
release = subprocess.check_output([
|
release = subprocess.check_output([
|
||||||
'gist', 'describe', '--always', '--abbrev=10', '--dirty=+', '--tags'
|
'git', 'describe', '--always', '--abbrev=10', '--dirty=+', '--tags'
|
||||||
]).decode('utf-8').strip()
|
]).decode('utf-8').strip()
|
||||||
except (subprocess.CalledProcessError, OSError):
|
except (subprocess.CalledProcessError, OSError):
|
||||||
release = '(unknown version)'
|
release = '(unknown version)'
|
||||||
|
Loading…
Reference in New Issue
Block a user