Skip to content

Commit

Permalink
fixed the module parameter from issue #128
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarferreira committed Aug 7, 2019
1 parent a3818f5 commit 8dcde61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dryrun/android_project.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def gradle_wrapped?
def sample_project
if @custom_module && @modules.any? {|m| m.first == "#{@custom_module}"}
@path_to_sample = File.join(@base_path, "#{@custom_module}")
return @path_to_sample
return @path_to_sample if parse_manifest(@path_to_sample)
else
@modules.each do |child|
full_path = File.join(@base_path, child.first)
Expand Down

0 comments on commit 8dcde61

Please sign in to comment.