Skip to content

Commit

Permalink
Update modules/template/src/main/scala/scaladex/view/Task.scala
Browse files Browse the repository at this point in the history
Co-authored-by: adpi2 <[email protected]>
  • Loading branch information
skingle and adpi2 authored Aug 20, 2024
1 parent be96cd8 commit cbc7c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/template/src/main/scala/scaladex/view/Task.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object Task {

val updateMavenArtifacts: Task = Task(
"update-maven-artifact",
"Update existing artifacts with new fields"
"Download all pom files to update existing artifacts with new fields"
)

case class Status(name: String, user: String, start: Instant, input: Seq[(String, String)], state: State) {
Expand Down

0 comments on commit cbc7c53

Please sign in to comment.