Merge pull request #9416 from Phat3/patch-1

Fix possible typo carried over from Terraform documentation.
This commit is contained in:
Wilken Rivera 2020-06-12 18:03:35 -04:00 committed by GitHub
commit e336f0069f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -153,6 +153,6 @@ printed unless an error occurs earlier.
For example:
```shell-session
$ echo "1 + 5" | terraform console
$ echo "1 + 5" | packer console
6
```