From 677ddd34bd812325ccc3d489b24c02388102f2e8 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 3 Feb 2015 17:36:57 -0500 Subject: [PATCH] Update default value for push VCS documentation --- website/source/docs/templates/push.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/templates/push.html.markdown b/website/source/docs/templates/push.html.markdown index 1f97a3048..9c3b6cc24 100644 --- a/website/source/docs/templates/push.html.markdown +++ b/website/source/docs/templates/push.html.markdown @@ -62,4 +62,4 @@ each category, the available configuration keys are alphabetized. * `vcs` (bool) - If true, Packer will detect your VCS (if there is one) and only upload the files that are tracked by the VCS. This is useful - for automatically excluding ignored files. This defaults to true. + for automatically excluding ignored files. This defaults to false.