You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/08 12:07:45 UTC

[05/11] brooklyn-dist git commit: fix dist archive name

fix dist archive name


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/716025c2
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/716025c2
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/716025c2

Branch: refs/heads/master
Commit: 716025c223170c04d0e82f175f2d5e59e0c818fc
Parents: 66abb6d
Author: John McCabe <jo...@johnmccabe.net>
Authored: Wed Feb 3 17:05:59 2016 +0000
Committer: John McCabe <jo...@johnmccabe.net>
Committed: Wed Feb 3 17:05:59 2016 +0000

----------------------------------------------------------------------
 vagrant/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/716025c2/vagrant/README.md
----------------------------------------------------------------------
diff --git a/vagrant/README.md b/vagrant/README.md
index 55ad8f5..7933ad6 100644
--- a/vagrant/README.md
+++ b/vagrant/README.md
@@ -14,7 +14,7 @@ mvn clean install
 
 The resulting archive artifact can be found in:
 ```
-./target/brooklyn-<BROOKLYN_VERSION>-dist.zip
+./target/brooklyn-vagrant-<BROOKLYN_VERSION>-dist.zip
 ```
 Extract and cd into this archive at which point you can follow the [Getting Started Guide](http://brooklyn.apache.org/v/latest/start/index.html) steps.