Skip to content

Commit

Permalink
Fix pedantic linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesgas committed Sep 3, 2024
1 parent d07d378 commit f341749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/pipelines/rules/manage.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ where:
- X GET "https://api.buildkite.com/v2/organizations/{org.slug}/rules"
```
**Important:** For the rule identified by its `uuid` in the response, ensure the pipeline UUIDs of the source (`source_uuid`) and target (`target_uuid`), as well as the rule type (`type`) match those of this rule to be deleted.
**Important:** For the rule identified by its `uuid` in the response, ensure the pipeline UUIDs of the source (`source_uuid`) and target (`target_uuid`), as well as the rule type (`type`) match those of this rule to be deleted.
### Using the GraphQL API
Expand Down Expand Up @@ -238,4 +238,4 @@ where:
}
```

**Important:** For the rule identified by its `uuid` in the response, ensure the pipeline UUIDs of the source (`source_uuid`) and target (`target_uuid`), as well as the rule type (`type`) match those of this rule to be deleted.
**Important:** For the rule identified by its `uuid` in the response, ensure the pipeline UUIDs of the source (`source_uuid`) and target (`target_uuid`), as well as the rule type (`type`) match those of this rule to be deleted.

0 comments on commit f341749

Please sign in to comment.