Skip to content

Commit

Permalink
Fix a regression in edi-obfuscate due to 36a3976
Browse files Browse the repository at this point in the history
  • Loading branch information
kputnam committed May 31, 2019
1 parent ee34cba commit cc8c47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/edi-obfuscate
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def main(argv)
end
end.compact

puts token.copy(element_toks: element_toks).to_s(delims)
puts token.copy(element_toks: element_toks).to_x12(delims)
else
raise "unknown segment: #{token.id}" if strict
next
Expand Down

0 comments on commit cc8c47c

Please sign in to comment.