Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Atanas Atanasov <[email protected]>
  • Loading branch information
ata-nas committed Nov 19, 2024
1 parent aa4003b commit 710554c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ val createDockerImage: TaskProvider<Exec> =

tasks.register<Exec>("startDockerContainer") {
description =
"Starts the docker productiongit a container of the Block Node Server for the current version"
"Starts the docker production container of the Block Node Server for the current version"
group = "docker"

dependsOn(createDockerImage)
Expand Down

0 comments on commit 710554c

Please sign in to comment.