Skip to content

Commit 9f7565c

Browse files
committed
Fix formatting of config var
1 parent 41d2e57 commit 9f7565c

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
@@ -31,7 +31,7 @@ jobs:
3131
working_directory: ~/repo/packages/react-accessible-tooltip
3232
steps:
3333
- checkout:
34-
- path: ~/repo
34+
path: ~/repo
3535
- attach_workspace:
3636
at: ~/repo
3737
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc

0 commit comments

Comments
 (0)