Skip to content

Commit

Permalink
Fix "signal" vs exid: and payload:
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Apr 14, 2019
1 parent bafdda8 commit ddefa2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/flor/punit/signal.rb
Expand Up @@ -85,8 +85,8 @@ def pre_execute
def receive_last

na = att('name', nil)
ei = att('exid', exid)
pl = att('payload', payload.copy_current)
ei = att('exid') || exid
pl = att('payload') || payload.copy_current

return super unless na

Expand Down

0 comments on commit ddefa2b

Please sign in to comment.