typo
This commit is contained in:
parent
0a7dd0055e
commit
40a92ce493
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ def init(commit_hash):
|
|||
if not exist(path):
|
||||
mkdir(path)
|
||||
|
||||
# TODO: Store the version used and redownload on version changes
|
||||
# TODO: Store the hash used and redownload on version changes
|
||||
|
||||
# Download the js file if needed
|
||||
if not exist(f"{path}/{filename}"):
|
||||
|
|
Reference in a new issue