From 651c1b1eeecfb6b6e8980126022ad4b1ae9a11a8 Mon Sep 17 00:00:00 2001 From: Illia Chub Date: Tue, 18 Jan 2022 07:10:32 +0200 Subject: [PATCH] PoC: Identation fix --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 5c86ac5..aec4894 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: - name: translate commands: - > - for inputFile in $$(ls src/ru/src) + for inputFile in $$( ls src/ru/src ) do python main.py --file src/ru/src/$${inputFile} --output src/en/src/$${inputFile} done