From 8856f4887c11057e435e374f93f986c46aa047f7 Mon Sep 17 00:00:00 2001 From: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> Date: Sat, 16 Jan 2021 03:12:51 -0700 Subject: [PATCH] fix: remove update-option from config file (#40719) --- curriculum/crowdin.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/curriculum/crowdin.yml b/curriculum/crowdin.yml index 5fcbeac300..9c0fe23d35 100644 --- a/curriculum/crowdin.yml +++ b/curriculum/crowdin.yml @@ -12,7 +12,6 @@ files: [ "ignore": [ "/**/part-[0-9][0-9][0-9].md", "/curriculum/challenges/english/[0-9][0-9]-certificates/**/*.*" - ], - "update_option": "update_as_unapproved" + ] } ]