Skip to content

Commit 1d65238

Browse files
committed
test
1 parent 8c87eac commit 1d65238

File tree

1 file changed

+1
-1
lines changed
  • components/ide/jetbrains/backend-plugin/src/main/kotlin/io/gitpod/jetbrains/remote

1 file changed

+1
-1
lines changed

components/ide/jetbrains/backend-plugin/src/main/kotlin/io/gitpod/jetbrains/remote/GitpodCLIService.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class GitpodCLIService : RestService() {
4040
override fun getServiceName() = SERVICE_NAME
4141

4242
override fun execute(urlDecoder: QueryStringDecoder, request: FullHttpRequest, context: ChannelHandlerContext): String? {
43-
val operation = getStringParameter("test", urlDecoder)
43+
val operation = getStringParameter("test2", urlDecoder)
4444
if (application.isHeadlessEnvironment) {
4545
return "not supported in headless mode"
4646
}

0 commit comments

Comments
 (0)