Skip to content

Commit

Permalink
Ajust data variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitor Nascimento Jr committed Feb 23, 2017
1 parent 6415227 commit 052489f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Logstash.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def sendNotification(Map execution, Map config) {

// Stream
def json = new ObjectMapper()
socketStream << json.writeValueAsString(e2 + data) + "\n"
socketStream << json.writeValueAsString(e2) + "\n"
}

rundeckPlugin(NotificationPlugin) {
Expand Down

0 comments on commit 052489f

Please sign in to comment.