post_run

in chefctl/sample_hooks/custom_attrs.rb [51:54]


  def post_run(_output, _chef_exitcode)
    @tmp_file.unlink if @tmp_file
  end