From fb53f6f3f2bd47eaee8cf96f3b7b650436b01691 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Fri, 14 Nov 2014 15:53:47 -0500 Subject: [PATCH] Fix description for local-exec docs --- website/docs/source/v2/push/local-exec.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/source/v2/push/local-exec.html.md b/website/docs/source/v2/push/local-exec.html.md index 4c6c64d47..b5eb0d487 100644 --- a/website/docs/source/v2/push/local-exec.html.md +++ b/website/docs/source/v2/push/local-exec.html.md @@ -2,8 +2,8 @@ page_title: "Vagrant Push - Local Exec Strategy" sidebar_current: "push-local-exec" description: |- - The Vagrant Push Heroku strategy pushes your application's code to Heroku. - Only files which are committed to the Git repository are pushed to Heroku. + The Vagrant Push Local Exec strategy pushes your application's code using a + user-defined script. --- # Vagrant Push