From a80d595cce62bbca2804976988cb7483a45bc523 Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Sat, 1 Jun 2019 16:22:39 +1200 Subject: Update website: proj4.org -> proj.org --- travis/deploy_website.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'travis') diff --git a/travis/deploy_website.sh b/travis/deploy_website.sh index 387778be..01b92cbf 100755 --- a/travis/deploy_website.sh +++ b/travis/deploy_website.sh @@ -21,7 +21,7 @@ git config user.name "proj.4 deploybot" # A few files we must manually create echo "_site" > .gitignore touch .nojekyll -echo "proj4.org" > CNAME +echo "proj.org" > CNAME git add -A git commit -m "update with results of commit https://github.com/OSGeo/proj.4/commit/$TRAVIS_COMMIT" -- cgit v1.2.3