Replace Downloaing
with Downloading
This commit is contained in:
parent
85713d2409
commit
fea1cf6814
@ -52,7 +52,7 @@ if not sys.argv[1] in ['compile', 'compile_and_run']:
|
||||
exit(0)
|
||||
|
||||
artifactFileName = 'LemnosLife_client_debug'
|
||||
print(f'Downloaing artifact {artifactFileName}')
|
||||
print(f'Downloading artifact {artifactFileName}')
|
||||
artifactUrl = action.getArtifactUrl(artifactFileName)
|
||||
cookies = {
|
||||
'i_like_gitea': config.i_like_gitea
|
||||
|
Loading…
Reference in New Issue
Block a user