Skip to content

Commit 52f22f9

Browse files
author
Andrew Walton
committed
Correct syntax for activation on deploy
1 parent 60516b7 commit 52f22f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ A user can activate a revision by either:
129129
- Passing a command line argument to the `deploy` command:
130130

131131
```bash
132-
$ ember deploy --activate=true
132+
$ ember deploy staging --activate
133133
```
134134

135135
- Running the `deploy:activate` command:

0 commit comments

Comments
 (0)