From 50f943d93dc5a9cdb7d8e0d4e1b441adc9f54949 Mon Sep 17 00:00:00 2001 From: Seongduk CHEON Date: Thu, 1 Oct 2015 16:07:07 +0900 Subject: [PATCH] fix typo on document remove duplicate colon --- src/sphinx/archetypes/java_app/my-first-project.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sphinx/archetypes/java_app/my-first-project.rst b/src/sphinx/archetypes/java_app/my-first-project.rst index 1ee4ad4c5..7582c1987 100644 --- a/src/sphinx/archetypes/java_app/my-first-project.rst +++ b/src/sphinx/archetypes/java_app/my-first-project.rst @@ -153,7 +153,7 @@ We can generate other packages via the following tasks. Here's a complete list * ``debian:packageBin`` - Generates a deb * ``docker:publishLocal`` - Builds a Docker image using the local Docker server * ``rpm:packageBin`` - Generates an rpm -* ``universal::packageOsxDmg`` - Generates a DMG file with the same contents as the universal zip/tgz. +* ``universal:packageOsxDmg`` - Generates a DMG file with the same contents as the universal zip/tgz. * ``windows:packageBin`` - Generates an MSI While we only covered the necessary configuration for ``debian``, each package type beyond ``universal`` requires some additional