Skip to content

Commit

Permalink
Remove script content
Browse files Browse the repository at this point in the history
  • Loading branch information
kateliu20 committed Sep 19, 2024
1 parent 55cc597 commit 33c8f29
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,8 @@ class ChatBotActionService {
private fun createScriptContent(jsonInput: String): String {
val scriptContent =
"""
#!/bin/bash
export PATH="/usr/local/bin:/usr/bin:${'$'}PATH"
export SSH_OPTIONS="-T"
/usr/local/bin/slack-uberproxy-curl -X POST https://devxp-ai-api.tinyspeck.com/v1/chat/ -H "Content-Type: application/json" -d '$jsonInput'
"""
temp
"""
.trimIndent()
return scriptContent
}
Expand Down

0 comments on commit 33c8f29

Please sign in to comment.