Skip to content

Commit

Permalink
not sure how theese work
Browse files Browse the repository at this point in the history
  • Loading branch information
omega committed Apr 2, 2012
1 parent a7bf6eb commit f5d1f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rm-echo.groovy
Expand Up @@ -19,7 +19,7 @@ CustomField customFieldSrc = customFieldManager.getCustomFieldObject(team_field)

team = issue.getCustomFieldValue(customFieldSrc)
log.error team
room = team_rooms[team]
room = team_rooms.get(team)
log.error "room: ${room}"

netcat = new Socket("noops1.startsiden.no", 54321)
Expand Down

0 comments on commit f5d1f65

Please sign in to comment.