replace MPW::password to MPW.password
replace YAML::load_file to YAML.load_file replace YAML::load to YAML.safe_load
This commit is contained in:
parent
31aba3b13c
commit
351499aef6
4 changed files with 9 additions and 9 deletions
bin
|
@ -46,5 +46,5 @@ OptionParser.new do |opts|
|
|||
end
|
||||
end.parse!
|
||||
|
||||
puts MPW::MPW::password(options)
|
||||
puts MPW::MPW.password(options)
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue