fixed httparty require for linix

main
s00ner 2022-08-09 19:38:13 -04:00
parent c638723521
commit ecc727e475
1 changed files with 1 additions and 1 deletions

2
aocinit.rb Normal file → Executable file
View File

@ -1,6 +1,6 @@
#!/bin/env ruby
require 'optparse'
require 'HTTParty'
require 'httparty'
options = {}
OptionParser.new do |opts|