Direcly call configure_reclient_cfgs.py instead of indirectly via fetch_reclient_cfgs.py


Bug: None
Change-Id: I1ba2c4946b30b6cbe09dcd920a9041e54bbb2ec4
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/321000
Reviewed-by: Jeremy Leconte <jleconte@google.com>
Commit-Queue: Björn Terelius <terelius@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#40788}
diff --git a/DEPS b/DEPS
index da1a43b..7e4ba14d 100644
--- a/DEPS
+++ b/DEPS
@@ -2699,11 +2699,11 @@
   },
   # Download remote exec cfg files
   {
-    'name': 'fetch_reclient_cfgs',
+    'name': 'configure_reclient_cfgs',
     'pattern': '.',
     'condition': 'download_remoteexec_cfg',
     'action': ['python3',
-               'src/buildtools/reclient_cfgs/fetch_reclient_cfgs.py',
+               'src/buildtools/reclient_cfgs/configure_reclient_cfgs.py',
                '--rbe_instance',
                Var('rbe_instance'),
                '--reproxy_cfg_template',