Fix TOPOLOGY conditional typo

pull/26/head
Luke Swart 2015-09-02 12:10:28 -07:00
rodzic cd39da18fe
commit 272af0e471
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -86,7 +86,7 @@ then
if [[ ${HSTORE} == "true" ]]; then
echo 'HSTORE is only useful when you create the postgis database.'
fi
if [[] ${TOPOLOGY} == "true" ]]; then
if [[ ${TOPOLOGY} == "true" ]]; then
echo 'TOPOLOGY is only useful when you create the postgis database.'
fi
else