From bfb8de7ffaad769b54beef37f448a00ea293ffec Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 24 May 2013 12:05:52 -0700 Subject: [PATCH] Fixed typo --- bin/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/release.sh b/bin/release.sh index 72c9459..0e1f65b 100755 --- a/bin/release.sh +++ b/bin/release.sh @@ -17,7 +17,7 @@ if [ ! -d .gh-pages ]; then git clone -b gh-pages git@git.maxmind.com:GeoIP2-php .gh-pages cd .gh-pages else - echo "Updating .ghpages" + echo "Updating .gh-pages" cd .gh-pages git pull fi