typo in docs walkthrough
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/55b943a1 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/55b943a1 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/55b943a1 Branch: refs/heads/0.6.0 Commit: 55b943a15d66b7b81a28838df94cab803fdc593b Parents: 550f9bb Author: Alex Heneveld <[email protected]> Authored: Mon Oct 14 11:23:48 2013 +0100 Committer: Alex Heneveld <[email protected]> Committed: Mon Oct 14 11:44:31 2013 +0100 ---------------------------------------------------------------------- docs/start/walkthrough/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/55b943a1/docs/start/walkthrough/index.md ---------------------------------------------------------------------- diff --git a/docs/start/walkthrough/index.md b/docs/start/walkthrough/index.md index 7f6c640..677762d 100644 --- a/docs/start/walkthrough/index.md +++ b/docs/start/walkthrough/index.md @@ -34,7 +34,7 @@ $ mvn archetype:generate \ -DarchetypeGroupId=io.brooklyn \ -DarchetypeArtifactId=brooklyn-archetype-quickstart \ -DarchetypeVersion=${BROOKLYN_VERSION} \ - -DarchetypeCatalog=https://oss.sonatype.org/content/repositories/snapshots/archetype-catalog.xml + -DarchetypeCatalog=https://oss.sonatype.org/content/repositories/snapshots/archetype-catalog.xml \ -DgroupId=com.acme.sample \ -DartifactId=brooklyn-sample \ -Dversion=0.1.0-SNAPSHOT \
