Skip to content

Commit 3333922

Browse files
committed
docs: Remove line breaks
1 parent 9419cc7 commit 3333922

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/self-hosting/updating.mdx

+3-6
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ description: Learn how to safely update versions and run data migrations.
2323
version.
2424

2525
```
26-
curl -o env-migration.sh
27-
https://raw.githubusercontent.com/TracecatHQ/tracecat/0.8.4/env-migration.sh
28-
curl -o .env.example
29-
https://raw.githubusercontent.com/TracecatHQ/tracecat/0.8.4/.env.example
26+
curl -o env-migration.sh https://raw.githubusercontent.com/TracecatHQ/tracecat/0.8.4/env-migration.sh
27+
curl -o .env.example https://raw.githubusercontent.com/TracecatHQ/tracecat/0.8.4/.env.example
3028
```
3129
</Step>
3230
<Step title="Execute environment variables migration">
@@ -41,8 +39,7 @@ description: Learn how to safely update versions and run data migrations.
4139
Download the latest Docker Compose file.
4240

4341
```
44-
curl -o docker-compose.yml
45-
https://raw.githubusercontent.com/TracecatHQ/tracecat/0.8.4/docker-compose.yml
42+
curl -o docker-compose.yml https://raw.githubusercontent.com/TracecatHQ/tracecat/0.8.4/docker-compose.yml
4643
```
4744
</Step>
4845
<Step title="Restart Tracecat">

0 commit comments

Comments
 (0)