Skip to content

Commit 27ac436

Browse files
desmtj
authored andcommitted
Corrects one of the 'up url' commands, was missing -s to specify stage (#692)
1 parent 1b4c620 commit 27ac436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/07-guides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Open both in the browser:
219219

220220
```
221221
$ up url -o
222-
$ up url production -o
222+
$ up url -s production -o
223223
```
224224

225225
You should see "Hello World from production" and "Hello World from staging".

0 commit comments

Comments
 (0)