codecov: typo
[awesomized/ext-ion] / scripts / gen_github_workflow_ci.php
index b83757b8c5ba4b0d21c6fa95908f0d920a54f1ed..019b283be64915cf40a806105faa652ab490b2a6 100755 (executable)
@@ -87,7 +87,7 @@ foreach ($job as $id => $env) {
         run: |
           find . -name '*.gc*'
           curl -Os https://uploader.codecov.io/latest/linux/codecov
-          chomd +x codecov
+          chmod +x codecov
           ./codecov
 <?php endif; ?>