This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya-site.git
The following commit(s) were added to refs/heads/master by this push:
new 11c21e4 TAMAYA-373: Fix copy script
11c21e4 is described below
commit 11c21e44c79a15df9f937340ddc72a8d9de66762
Author: Hugo Hirsch <[email protected]>
AuthorDate: Fri Jan 4 17:02:05 2019 +0100
TAMAYA-373: Fix copy script
---
copysite.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/copysite.sh b/copysite.sh
index 30a42dc..96da38e 100755
--- a/copysite.sh
+++ b/copysite.sh
@@ -1,6 +1,6 @@
#!/bin/bash
echo "Starting to bake our project homepage ...."
-export JBAKE_HOME="$(dirname "$0")/bin/jbake-2.6.1-bin"
+export JBAKE_HOME="$(dirname "$0")/bin/jbake-2.6.3-bin"
echo $JBAKE_HOME
$JBAKE_HOME/bin/jbake -b
echo "Copying stuff from original into new branch ..."