Skip to content

Commit a1c1bd3

Browse files
committed
Fixing indentation
1 parent eeaff6e commit a1c1bd3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/docs/examples.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,9 @@ Before checking the status of a job, you can list all jobs associated with a pro
314314

315315
=== ":material-bash: Bash"
316316

317-
```bash
318-
qfieldcloud-cli list-jobs '123e4567-e89b-12d3-a456-426614174000' --type package
319-
```
317+
```bash
318+
qfieldcloud-cli list-jobs '123e4567-e89b-12d3-a456-426614174000' --type package
319+
```
320320

321321
=== ":material-powershell: PowerShell"
322322

@@ -330,15 +330,15 @@ Once you have the job ID, you can check its status using the `job-status` comman
330330

331331
=== ":material-bash: Bash"
332332

333-
```bash
334-
qfieldcloud-cli job-status '321e4567-e89b-12d3-a456-426614174987'
335-
```
333+
```bash
334+
qfieldcloud-cli job-status '321e4567-e89b-12d3-a456-426614174987'
335+
```
336336

337337
=== ":material-powershell: PowerShell"
338338

339-
```powershell
340-
qfieldcloud-cli job-status "321e4567-e89b-12d3-a456-426614174987"
341-
```
339+
```powershell
340+
qfieldcloud-cli job-status "321e4567-e89b-12d3-a456-426614174987"
341+
```
342342

343343
- **Continuously check job status until completion**:
344344

0 commit comments

Comments
 (0)