diff options
Diffstat (limited to 'build/configure')
-rwxr-xr-x | build/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/configure b/build/configure index 76d39a7..70413fc 100755 --- a/build/configure +++ b/build/configure @@ -24,7 +24,7 @@ $echo "Please select the database you would like to use:" $echo $echo "(1) MySQL" $echo "(2) SQLite" -$echo "(3) PostgresSQL" +$echo "(3) PostgreSQL" $echo db_id=`read_option "mysql sqlite pgsql"` |