Skip to content

Commit 956a80f

Browse files
committed
Fix typo
Change worker_directory to working_directory
1 parent 9a8fbcd commit 956a80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
machine:
66
image: ubuntu-1604:201903-01
77
docker_layer_caching: true
8-
worker_directory: ~/docker-helm
8+
working_directory: ~/docker-helm
99
steps:
1010
- checkout
1111
- run:

0 commit comments

Comments
 (0)