From ae678c9c5f04b8b24b64f035eb781d427abb021b Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Mon, 5 Sep 2016 15:03:26 -0500 Subject: [PATCH] README: cleanup whitespace --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 878dbfd2c..912b7618c 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ If you wish to cross-compile Terraform for another architecture, you can set the For example, to compile 64-bit Linux binaries on Mac OS X Linux, you can run: ```sh -$ XC_OS=linux XC_ARCH=amd64 make bin +$ XC_OS=linux XC_ARCH=amd64 make bin ... $ file pkg/linux_amd64/terraform terraform: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, not stripped