Skip to content

Commit 417cb27

Browse files
KnerioCopilot
andauthored
Use source.to_h in .to_h
Co-authored-by: Copilot <[email protected]> Signed-off-by: Dario Pranjic <[email protected]>
1 parent 12fd640 commit 417cb27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ruby/lib/tucana/shared/shared.data_type.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def self.from_hash(config)
238238
def to_h
239239
{
240240
target: self.target,
241-
source: self.source,
241+
source: self.source.to_h,
242242
generic_combinations: self.generic_combinations.map(&:to_h),
243243
}
244244
end

0 commit comments

Comments
 (0)