From 35dbb8db7dc151c15f13380ce47bd9def565e9a6 Mon Sep 17 00:00:00 2001 From: Josh Frye Date: Tue, 2 Dec 2014 12:10:12 -0500 Subject: [PATCH] Typo --- website/docs/source/v2/push/atlas.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/push/atlas.html.md b/website/docs/source/v2/push/atlas.html.md index 0d6347345..f001cfa51 100644 --- a/website/docs/source/v2/push/atlas.html.md +++ b/website/docs/source/v2/push/atlas.html.md @@ -32,7 +32,7 @@ The Vagrant Push Atlas strategy supports the following configuration options: the same directory as the Vagrantfile, but you can specify this if you have a `src` folder or `bin` folder or some other folder you want to upload. -- `vsc` - If set to true, Vagrant will automatically use VCS data to determine +- `vcs` - If set to true, Vagrant will automatically use VCS data to determine the files to upload. Uncommitted changes will not be deployed.