Skip to content

Commit ac1490e

Browse files
committed
Typo
1 parent cc736ed commit ac1490e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ "$DB" == "pgsql" ] ; then
2828
psql -c "GRANT ALL PRIVILEGES ON DATABASE userfrosting TO postgres;" -U postgres
2929
printf "UF_MODE=\"debug\"\nDB_DRIVER=\"pgsql\"\nDB_HOST=\"localhost\"\nDB_PORT=\"5432\"\nDB_NAME=\"userfrosting\"\nDB_USER=\"postgres\"\nDB_PASSWORD=\"\"\nTEST_DB=\"default\"\n" > app/.env
3030
fi
31-
s
31+
3232
#
3333
# set up sqlite
3434
#

0 commit comments

Comments
 (0)