Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xorrior committed Mar 18, 2018
1 parent becfc94 commit 5b20a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/empire.py
Original file line number Diff line number Diff line change
Expand Up @@ -4442,7 +4442,7 @@ def do_generate(self, line):
signal = json.dumps({
'print': False,
'message': message,
'options': stager.options
'options': self.stager.options
})
dispatcher.send(signal, sender="empire")
else:
Expand Down

0 comments on commit 5b20a78

Please sign in to comment.