We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6b80c commit 60f3235Copy full SHA for 60f3235
docs/source/conf.py
@@ -37,7 +37,7 @@
37
print("Found branch '%s'" % branch)
38
print("Latest version is %s" % latest_version)
39
print("Current version is %s" % version)
40
-print("Git has commit is %s" % commit_hash)
+print("Commit hash is %s" % commit_hash)
41
42
if len(version) > 0:
43
rst_epilog = ' .. |firmware| replace:: `here <https://dexind.s3.amazonaws.com/micropython-gigglebot/firmware/%s/%s-dexterindustries-gb-firmware.hex>`__' % (version, version)
0 commit comments