Skip to content

Commit

Permalink
fix typo in docs configurator
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertLucian committed Jan 22, 2019
1 parent 5a6b80c commit 60f3235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
print("Found branch '%s'" % branch)
print("Latest version is %s" % latest_version)
print("Current version is %s" % version)
print("Git has commit is %s" % commit_hash)
print("Commit hash is %s" % commit_hash)

if len(version) > 0:
rst_epilog = ' .. |firmware| replace:: `here <https://dexind.s3.amazonaws.com/micropython-gigglebot/firmware/%s/%s-dexterindustries-gb-firmware.hex>`__' % (version, version)
Expand Down

0 comments on commit 60f3235

Please sign in to comment.