summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2022-06-19 15:35:25 -0400
committerMicah Lee <micah@micahflee.com>2022-06-19 15:35:25 -0400
commit6a5de62ba5aba8e11a2b11813cacc2ab9ee88c35 (patch)
tree3fb065273e7084a99995b1a1df61afff9f6fa163
parent3d1b122bcafe195d7787883c10f73d3e82d0d42e (diff)
downloadonionshare-6a5de62ba5aba8e11a2b11813cacc2ab9ee88c35.tar.gz
onionshare-6a5de62ba5aba8e11a2b11813cacc2ab9ee88c35.zip
Oops, fix circleci config
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index d415fa46..94f0761c 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -325,7 +325,7 @@ jobs:
pip3 install poetry
ln -s /Library/Frameworks/Python.framework/Versions/3.9/bin/poetry /usr/local/bin
- - save_cache:
+ - restore_cache:
key: build-macos-desktop-poetry-deps-{{ checksum "~/project/desktop/poetry.lock" }}-{{ .Environment.CACHE_VERSION }}
- run:
name: Install poetry dependencies