Skip to content

Commit

Permalink
Fix consistency of module DBMS
Browse files Browse the repository at this point in the history
  • Loading branch information
RoxasShadow committed Jun 24, 2015
1 parent 12a9af1 commit 2936aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/edb/dumper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def initialize(opts)
def run
create_dir

::EDB.opts[:DB].each do |dbms|
::EDB.opts[:DBMS].each do |dbms|
dbms_name = dbms[0]

if EDB::DBMS.supports?(dbms_name)
Expand Down

0 comments on commit 2936aa7

Please sign in to comment.