From cc8c47c7da9a1f93cbd1e64d14ff2198a0384281 Mon Sep 17 00:00:00 2001 From: kputnam Date: Thu, 30 May 2019 19:35:41 -0500 Subject: [PATCH] Fix a regression in edi-obfuscate due to 36a39761d766fb209fc5be237aaa34892396917d --- bin/edi-obfuscate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/edi-obfuscate b/bin/edi-obfuscate index 0c3dabb85..73f632516 100755 --- a/bin/edi-obfuscate +++ b/bin/edi-obfuscate @@ -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