fixed httparty require for linix
parent
c638723521
commit
ecc727e475
|
@ -1,6 +1,6 @@
|
|||
#!/bin/env ruby
|
||||
require 'optparse'
|
||||
require 'HTTParty'
|
||||
require 'httparty'
|
||||
|
||||
options = {}
|
||||
OptionParser.new do |opts|
|
||||
|
|
Loading…
Reference in New Issue