Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Adamczyk committed Aug 10, 2020
1 parent d79e7d2 commit f8f498d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ class DeleteOldReleaseCommand : CliktCommand(name = "deleteOldRelease", help = "
}
}

fun deleteOldRelease(tag: String) = "$DELETE_RELEASE_COMMAND $tag\".runCommand()
fun deleteOldRelease(tag: String) = "$DELETE_RELEASE_COMMAND $tag".runCommand()

private const val DELETE_RELEASE_COMMAND = "hub release delete"

0 comments on commit f8f498d

Please sign in to comment.