Skip to content

Commit

Permalink
Fixed modulepath issue mumboe#10
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Evstegneev committed Aug 27, 2014
1 parent bac5b9b commit 0da70f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wsdl/soap/wsdl2ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def initialize
end

def create_file
@modulepath = @opt['module_path']
@modulepath = [ @opt['module_path'] ]
create_classdef if @opt.key?('classdef')
create_mapping_registry if @opt.key?('mapping_registry')
create_servant_skelton(@opt['servant_skelton']) if @opt.key?('servant_skelton')
Expand Down

0 comments on commit 0da70f5

Please sign in to comment.