Skip to content

Commit

Permalink
Changed git command for display the version
Browse files Browse the repository at this point in the history
  • Loading branch information
hinashi committed Dec 11, 2024
1 parent 11e7566 commit 24d5a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airone/settings_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class Common(Configuration):

try:
proc = subprocess.Popen(
"cd %s && git describe --tags" % BASE_DIR,
"cd %s && git tag --points-at | grep -v pagoda-core- | head -1" % BASE_DIR,
shell=True,
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
Expand Down

0 comments on commit 24d5a51

Please sign in to comment.