diff options
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 6af712ee4..8ba471c1b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -120,7 +120,7 @@ jobs: steps: - checkout - restore_cache: - keys: dependency-cache-firefox-{{ .Revision }} + key: dependency-cache-firefox-{{ .Revision }} - run: name: Download Firefox If needed command: ./.circleci/scripts/firefox-download.sh |