[internal] update app URL as well as scripts

This commit is contained in:
Pete Batard 2011-12-09 22:47:44 +00:00
parent e78f07cda6
commit 78ad099bf9
11 changed files with 24 additions and 18 deletions

View file

@ -5,7 +5,9 @@
# To have git run this script on commit, create a "post-commit" text file in
# .git/hooks/ with the following content:
# #!/bin/sh
# source ./_post-commit.sh
# if [ -x ./_post-commit.sh ]; then
# source ./_post-commit.sh
# fi
type -P git &>/dev/null || { echo "git command not found. Aborting." >&2; exit 1; }