Fix push typo

This commit is contained in:
Mitchell Hashimoto 2014-12-12 01:23:39 -08:00
parent 01cfc8951c
commit b421561781
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -19,7 +19,7 @@ Vagrant.configure("2") do |config|
end
config.push.define "docs", strategy: "local-exec" do |push|
push.script = "scripts/website_push_www.sh"
push.script = "scripts/website_push_docs.sh"
end
end