Fixed typo

This commit is contained in:
Gregory Oschwald 2013-05-24 12:05:52 -07:00
parent e38c46950f
commit bfb8de7ffa

View File

@ -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