Skip to content

Commit

Permalink
Update exit code for threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
hybloid committed Oct 6, 2023
1 parent 5e58117 commit c15a231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baseline-cli/src/main/kotlin/Main.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import BaselineCli.process
import kotlin.system.exitProcess

const val THRESHOLD_EXIT = 2
const val THRESHOLD_EXIT = 255
const val ERROR_EXIT = 1

fun main(args: Array<String>) {
Expand Down

0 comments on commit c15a231

Please sign in to comment.