From e7067a1c6d574bade6978893e1318d914f4c5122 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Thu, 16 Jun 2022 22:48:02 -0700 Subject: [PATCH] Typo in win32 get-tor task --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 15d059c7..a93cbde4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -259,7 +259,7 @@ jobs: name: Get tor binaries from Tor Browser (32-bit) command: | cd desktop - C:\Python-32bit\Scripts\poetry run python run .\scripts\get-tor.py + C:\Python-32bit\Scripts\poetry run python .\scripts\get-tor.py - save_cache: key: get-tor-{{ checksum "desktop/scripts/get-tor.py" }}-{{ .Environment.CACHE_VERSION }} paths: