Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
akosyakov committed Aug 25, 2022
1 parent 1d65238 commit ad5204d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class GitpodCLIService : RestService() {
override fun getServiceName() = SERVICE_NAME

override fun execute(urlDecoder: QueryStringDecoder, request: FullHttpRequest, context: ChannelHandlerContext): String? {
val operation = getStringParameter("test2", urlDecoder)
val operation = getStringParameter("test3", urlDecoder)
if (application.isHeadlessEnvironment) {
return "not supported in headless mode"
}
Expand Down

0 comments on commit ad5204d

Please sign in to comment.