Skip to content

Commit f9b9bee

Browse files
mrochfacebook-github-bot
authored andcommitted
fix indentation in circle config
Summary: oops Differential Revision: D7502683 fbshipit-source-id: a1b1b80db8a6c0d681bd57f905a04acaf1cb9a9b
1 parent 8eacbb5 commit f9b9bee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,8 @@ jobs:
6767
opam update | cat
6868
- run: *opam_deps
6969
- run:
70-
name: Install extra deps from opam
71-
command: |
72-
opam install js_of_ocaml.3.1.0 | cat
70+
name: Install extra deps from opam
71+
command: opam install js_of_ocaml.3.1.0 | cat
7372
- save_cache: *save_opam_cache
7473
- run:
7574
name: Build flow

0 commit comments

Comments
 (0)