Skip to content

Commit fc32446

Browse files
committed
website: Fixing typo
1 parent b692b9e commit fc32446

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/source/docs/provisioners/remote-exec.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resource "aws_instance" "web" {
2222
provisioner "remote-exec" {
2323
inline = [
2424
"puppet apply",
25-
"consul join ${aws_instance.web.private_ip}",
25+
"consul join ${aws_instance.web.private_ip}"
2626
]
2727
}
2828
}

0 commit comments

Comments
 (0)