Skip to content

Instantly share code, notes, and snippets.

@ujjain

ujjain/rob.rb Secret

Created May 4, 2016 09:41
Show Gist options
  • Save ujjain/3813f80c03de8cae0fdc0704a9e25d6c to your computer and use it in GitHub Desktop.
Save ujjain/3813f80c03de8cae0fdc0704a9e25d6c to your computer and use it in GitHub Desktop.
Is this proper indentation?
begin
timeout(config['deploy-timeout'].to_i) do
execute_and_log command
end
rescue Exception => e
log.info 'Err, timeout, ouch'
raise Timeout::Error
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment