Skip to content

Commit 2517945

Browse files
authored
chore(docs): Fix Using Atlantis Merge Method Link (#5065)
Signed-off-by: X-Guardian <[email protected]>
1 parent 053f494 commit 2517945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runatlantis.io/docs/using-atlantis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ atlantis apply -w staging
149149
* `-p project` Apply the plan for this project. Refers to the name of the project configured in the repo's [`atlantis.yaml` file](repo-level-atlantis-yaml.md). Cannot be used at same time as `-d` or `-w`.
150150
* `-w workspace` Apply the plan for this [Terraform workspace](https://developer.hashicorp.com/terraform/language/state/workspaces). Ignore this if Terraform workspaces are unused.
151151
* `--auto-merge-disabled` Disable [automerge](automerging.md) for this apply command.
152-
* `--auto-merge-method method` Specify which [merge method](automerging.md#how-to-set-merge-method-for-automerge) use for the apply command if [automerge](automerging.md) is enabled. Implemented only for GitHub.
152+
* `--auto-merge-method method` Specify which [merge method](automerging.md#how-to-set-the-merge-method-for-automerge) use for the apply command if [automerge](automerging.md) is enabled. Implemented only for GitHub.
153153
* `--verbose` Append Atlantis log to comment.
154154

155155
### Additional Terraform flags

0 commit comments

Comments
 (0)