From a1c1bd3998d286bc1a8bafbb0675dac0c478e43c Mon Sep 17 00:00:00 2001 From: Johnny Sequeira Date: Thu, 24 Oct 2024 15:11:58 -0600 Subject: [PATCH] Fixing indentation --- docs/docs/examples.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/docs/examples.md b/docs/docs/examples.md index 21eae89..ad98363 100644 --- a/docs/docs/examples.md +++ b/docs/docs/examples.md @@ -314,9 +314,9 @@ Before checking the status of a job, you can list all jobs associated with a pro === ":material-bash: Bash" - ```bash - qfieldcloud-cli list-jobs '123e4567-e89b-12d3-a456-426614174000' --type package - ``` + ```bash + qfieldcloud-cli list-jobs '123e4567-e89b-12d3-a456-426614174000' --type package + ``` === ":material-powershell: PowerShell" @@ -330,15 +330,15 @@ Once you have the job ID, you can check its status using the `job-status` comman === ":material-bash: Bash" - ```bash - qfieldcloud-cli job-status '321e4567-e89b-12d3-a456-426614174987' - ``` + ```bash + qfieldcloud-cli job-status '321e4567-e89b-12d3-a456-426614174987' + ``` === ":material-powershell: PowerShell" - ```powershell - qfieldcloud-cli job-status "321e4567-e89b-12d3-a456-426614174987" - ``` + ```powershell + qfieldcloud-cli job-status "321e4567-e89b-12d3-a456-426614174987" + ``` - **Continuously check job status until completion**: