Skip to content

Commit 2de3c9d

Browse files
committed
remove $
1 parent 0ffcbc8 commit 2de3c9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/analytics/cloud.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Authentication for token management APIs is done via the `cas` session cookie.
3232
![Sourcegraph Analytics session cookie](https://storage.googleapis.com/sourcegraph-assets/Docs/analytics-cookie.png)
3333
- Export the cookie as an environment variable to use in the following commands:
3434
```sh
35-
$ export CAS_COOKIE="<CAS_COOKIE_VALUE>"
35+
export CAS_COOKIE="<CAS_COOKIE_VALUE>"
3636
```
3737

3838
#### Token creation

0 commit comments

Comments
 (0)