Skip to content

Commit

Permalink
Fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
eu committed Sep 22, 2023
1 parent 4044835 commit b1de44d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def initialize(info = {})
'PAYLOAD' => 'cmd/unix/reverse_python',
# just to avoid the error because of the clean up: 'error retrieving current directory: getcwd: cannot access parent directories:'
'AutoRunScript' => 'post/multi/general/execute COMMAND=cd $SPLUNK_HOME'
}
}
}
],
[
Expand Down Expand Up @@ -144,6 +144,7 @@ def app_name
#
def cleanup
return unless session_created?

super
# Destroy job
vprint_status("Cleaning up: destroying job #{@job_id}")
Expand Down

0 comments on commit b1de44d

Please sign in to comment.