Fix description for local-exec docs

This commit is contained in:
Seth Vargo 2014-11-14 15:53:47 -05:00
parent 24595cb606
commit fb53f6f3f2
1 changed files with 2 additions and 2 deletions

View File

@ -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