From 4f5e4fe9ed27dd7cee7cf46cebf2b15e8014378b Mon Sep 17 00:00:00 2001 From: "W. Felix Handte" Date: Wed, 8 Aug 2018 12:32:55 -0700 Subject: [PATCH] Fix Path --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4780c3d6..389fb11a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ version: 2 jobs: build: - working_directory: ~/felixhandte/zstd + working_directory: ~/facebook/zstd parallelism: 1 shell: /bin/bash --login # CircleCI 2.0 does not support environment variables that refer to each other the same way as 1.0 did.