From fea1cf68140a8279080584926e52986ac9e27997 Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Sat, 3 Feb 2024 23:43:11 +0100 Subject: [PATCH] Replace `Downloaing` with `Downloading` --- gitea_actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea_actions.py b/gitea_actions.py index 9d87457..6501078 100755 --- a/gitea_actions.py +++ b/gitea_actions.py @@ -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