Skip to content

Commit b90fcea

Browse files
authored
Merge pull request #3 from Dmitry1987/bugfix/readme-variable-name-fix
Readme duplicate variable name in config fix
2 parents 72a4e5e + 8bdcd75 commit b90fcea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ssh_security_group_ids = []
3030
elb_security_group_ids = []
3131
3232
rabbitmq_admin_password = "example-password"
33-
rabbitmq_admin_password = "example-password"
33+
rabbitmq_rabbit_password = "example-password"
3434
rabbitmq_secret_cookie = "example-secret-cookie"
3535
rabbitmq_node_count = 3
3636
```

0 commit comments

Comments
 (0)