diff options
author | Daniel Gustafsson | 2023-04-03 08:50:17 +0000 |
---|---|---|
committer | Daniel Gustafsson | 2023-04-03 08:50:17 +0000 |
commit | 525fb0a171a60ddea94c1953e24abef1da358888 (patch) | |
tree | 7b4a3c6a464695116603adf029d7c375960adb11 | |
parent | 32fbe0239b03d868744758d5809eaf74f19c924d (diff) |
Fix typo in CI README
s/fron/from/
-rw-r--r-- | src/tools/ci/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/ci/README b/src/tools/ci/README index 336e6ea5f2..80d01939e8 100644 --- a/src/tools/ci/README +++ b/src/tools/ci/README @@ -38,7 +38,7 @@ commit history / PRs, and can also be viewed in the cirrus-ci UI at https://cirrus-ci.com/github/<username>/<reponame>/ Hint: all build log files are uploaded to cirrus-ci and can be downloaded -from the "Artifacts" section fron the cirrus-ci UI after clicking into a +from the "Artifacts" section from the cirrus-ci UI after clicking into a specific task on a build's summary page. |