Skip to content

Commit 962e929

Browse files
committed
'git-describe' to 'git describe'
1 parent d979ac9 commit 962e929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wscript

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def build(bld):
344344

345345
def subflags(program):
346346
if os.path.exists(join(cwd, ".git")):
347-
actual_version=cmd_output("git-describe").strip()
347+
actual_version=cmd_output("git describe").strip()
348348
else:
349349
actual_version=VERSION
350350

0 commit comments

Comments
 (0)