Skip to content

Commit

Permalink
fixed a linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
scmacdon committed Jul 2, 2024
1 parent 5f5bbb1 commit 8af06c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ suspend fun main(args: Array<String>) {
Where:
repositoryName - The name of the Amazon ECR repository.
""".trimIndent()
""".trimIndent()

if (args.size != 1) {
println(usage)
Expand Down

0 comments on commit 8af06c4

Please sign in to comment.