This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ded650  fix typo
9ded650 is described below

commit 9ded650dda75d19f0f5caaf0870e564b447d9d51
Author: Daniel Gruno <[email protected]>
AuthorDate: Mon Nov 22 19:04:50 2021 +0100

    fix typo
---
 webui/js/ponymail.js     | 2 +-
 webui/js/source/build.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/webui/js/ponymail.js b/webui/js/ponymail.js
index d5ade9d..017b8c8 100644
--- a/webui/js/ponymail.js
+++ b/webui/js/ponymail.js
@@ -16,7 +16,7 @@
 */
 // THIS IS AN AUTOMATICALLY COMBINED FILE. PLEASE EDIT THE source/ FILES!
 
-const PONYMAIL_REVISION = "";
+const PONYMAIL_REVISION = "0d7e315";
 
 
 
diff --git a/webui/js/source/build.sh b/webui/js/source/build.sh
index bf7ccbe..dbc8b4a 100755
--- a/webui/js/source/build.sh
+++ b/webui/js/source/build.sh
@@ -9,7 +9,7 @@ test -r build.sh || { echo "Must be run from the directory 
containing build.sh!"
 JS_REV=$(git log -1 --pretty=%h -- ..)
 
 # Javascript source revision (for creating ponymail.js)
-JS_SRCR_EV=$(git log -1 --pretty=%h -- .)
+JS_SRC_REV=$(git log -1 --pretty=%h -- .)
 
 echo "Combining JS..."
 echo '/*

Reply via email to