Skip to content

Commit 1708969

Browse files
committed
update second yaml example
1 parent 99d9ce0 commit 1708969

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

jekyll/_cci2/orb-author-faq.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ This option is strongly discouraged when possible. Sometimes it may be necessary
8686
Ex: Installing Homebrew as a part of the [AWS Serverless orb](https://circleci.com/orbs/registry/orb/circleci/aws-serverless#commands-install)
8787
8888
```yaml
89-
- run:
90-
command: >
91-
curl -fsSL
92-
"https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh"
93-
| bash
94-
/home/linuxbrew/.linuxbrew/bin/brew shellenv >> $BASH_ENV
95-
name: Install Homebrew (for Linux)
89+
steps:
90+
- run:
91+
command: >
92+
curl -fsSL
93+
"https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh" | bash
94+
/home/linuxbrew/.linuxbrew/bin/brew shellenv >> $BASH_ENV
95+
name: Install Homebrew (for Linux)
9696
```
9797
9898

0 commit comments

Comments
 (0)