diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-01-03 14:13:29 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-01-03 14:13:29 +0100 |
commit | 8ca4fb37843aef29f613b3af7817a7a2353c7ded (patch) | |
tree | cef763fcdad4b7854171639038538c4f0740d49f | |
parent | b4ccc625969da290af1e1619119c8a995c1c3f31 (diff) | |
download | volse-hubzilla-8ca4fb37843aef29f613b3af7817a7a2353c7ded.tar.gz volse-hubzilla-8ca4fb37843aef29f613b3af7817a7a2353c7ded.tar.bz2 volse-hubzilla-8ca4fb37843aef29f613b3af7817a7a2353c7ded.zip |
Add Hubzilla Chess repo to deploy script
-rwxr-xr-x | .openshift/action_hooks/deploy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.openshift/action_hooks/deploy b/.openshift/action_hooks/deploy index 77f5bd999..5b4fc4864 100755 --- a/.openshift/action_hooks/deploy +++ b/.openshift/action_hooks/deploy @@ -205,6 +205,6 @@ cd ${OPENSHIFT_REPO_DIR} util/add_addon_repo https://gitlab.com/zot/ownmapp.git ownMapp # Hubzilla Chess -echo "Try to add or update Hubzilla chess" +echo "Try to add or update Hubzilla chess " cd ${OPENSHIFT_REPO_DIR} util/add_addon_repo https://gitlab.com/zot/hubzilla-chess.git Chess |