Thanks to visit codestin.com Credit goes to github.com
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 4bc4dc6 commit 9d29a0aCopy full SHA for 9d29a0a
upgrade.py
@@ -11,7 +11,7 @@ def getSha():
11
# deserialize JSON bytes to Python object
12
tags = json.loads(c)
13
# pull latest version sha
14
- latest_sha = tags[1]['commit']['sha']
+ latest_sha = tags[0]['commit']['sha']
15
return latest_sha
16
17
# read file for previous sha
0 commit comments