From 173f855739c5c1e107bbc0fa1b8e3d91ff75c95d Mon Sep 17 00:00:00 2001 From: Arnold Noronha Date: Fri, 23 Sep 2022 16:49:47 -0400 Subject: [PATCH] Oops, use the right recorder link --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a5c25c1..e3c7a36 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,7 +34,7 @@ jobs: - run: name: Record to screenshotbot command: | - curl https://staging.screenshotbot.io/recorder.sh | sh + curl https://screenshotbot.io/recorder.sh | sh ~/screenshotbot/recorder \ --channel screenshotbot-example-circleci-test \ --firebase-output ~/firebase-output \