From aa70145ded0e529419a08fb82e0991d8239fb4bd Mon Sep 17 00:00:00 2001 From: Illia Chub Date: Tue, 18 Jan 2022 07:50:34 +0200 Subject: [PATCH] Changed Newline representation --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 44549c9..67d8b59 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ name: default steps: - name: translate commands: - - > + - | for inputFile in $$( ls src/ru/src ) do python3 main.py --file src/ru/src/$${inputFile} --output src/en/src/$${inputFile}