You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2018/06/20 21:37:04 UTC

[2/2] git commit: [flex-utilities] [refs/heads/develop] - typo

typo


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/3556062e
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/3556062e
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/3556062e

Branch: refs/heads/develop
Commit: 3556062e99c2dcd70c2c17005f1e54f80054838b
Parents: 4e255c4
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jun 20 14:36:56 2018 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Jun 20 14:36:56 2018 -0700

----------------------------------------------------------------------
 flex-installer/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/3556062e/flex-installer/build.xml
----------------------------------------------------------------------
diff --git a/flex-installer/build.xml b/flex-installer/build.xml
index 6b04a48..db79bfc 100644
--- a/flex-installer/build.xml
+++ b/flex-installer/build.xml
@@ -680,7 +680,7 @@
         <antcall target="create-SHA-512-64bit" />
     </target>
     
-    <target name="create-SHA-512-64Bit" if="isWindows">
+    <target name="create-SHA-512-64bit" if="isWindows">
         <checksum algorithm="SHA-512" file="${RELEASE_DIR}/${kit.prefix64}-bin.zip" forceOverwrite="yes"/>
     </target>