[postgis-tickets] r16317 - fix typo in condition
Regina Obe
lr at pcorp.us
Tue Jan 16 12:57:12 PST 2018
Author: robe
Date: 2018-01-16 00:57:12 -0800 (Tue, 16 Jan 2018)
New Revision: 16317
Modified:
trunk/ci/debbie/postgis_release_docs.sh
Log:
fix typo in condition
Modified: trunk/ci/debbie/postgis_release_docs.sh
===================================================================
--- trunk/ci/debbie/postgis_release_docs.sh 2018-01-16 08:38:16 UTC (rev 16316)
+++ trunk/ci/debbie/postgis_release_docs.sh 2018-01-16 08:57:12 UTC (rev 16317)
@@ -89,5 +89,5 @@
mv /var/www/postgis_stuff/doc-html-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}.tar.gz /var/www/postgis_stuff/doc-html-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.tar.gz
mv /var/www/postgis_stuff/postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}.pdf /var/www/postgis_stuff/postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.pdf
mv /var/www/postgis_stuff/postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}.epub /var/www/postgis_stuff/postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.epub
-else
+fi
More information about the postgis-tickets
mailing list