Skip to content

Commit

Permalink
correct desription of Koji form
Browse files Browse the repository at this point in the history
The code works with both task id and build id.
  • Loading branch information
xsuchy committed Jan 24, 2025
1 parent 255171b commit cfd0945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/homepage.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
"https://koji.fedoraproject.org"
"Submit logs from Koji"
"img/koji-logo.png"
"Specify a Koji build ID to fetch and display all relevant logs."
"Specify a Koji build ID or task ID with method=buildArch to fetch and display all relevant logs."
[(input "koji-build-id" "Koji build ID, e.g. 2274591")
(input "koji-arch" "Architecture, e.g. x86_64")]))

Expand Down

0 comments on commit cfd0945

Please sign in to comment.