We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4001f7d commit 94e74f5Copy full SHA for 94e74f5
src/main/kotlin/com/coder/gateway/cli/CoderCLIManager.kt
@@ -267,8 +267,8 @@ class CoderCLIManager(
267
}
268
269
else -> {
270
- UnsignedBinaryExecutionDeniedException((result as DownloadResult.Failed).error.message)
271
- val failure = result as DownloadResult.Failed
+ val failure = result as VerificationResult.Failed
+ UnsignedBinaryExecutionDeniedException(result.error.message)
272
logger.error("Failed to verify signature for ${cliResult.dst}", failure.error)
273
274
0 commit comments