Fix minor typo in docker-entrypoint.sh (#345)

This commit is contained in:
Marvin Greenberg
2019-09-08 20:29:29 -04:00
committed by Abhilash Raj
parent 983e925239
commit 6f26dc9145

View File

@@ -58,7 +58,7 @@ fi
function setup_database () {
if [[ ! -v DATABASE_URL ]]
then
echo "Environemnt variable DATABASE_URL should be defined..."
echo "Environment variable DATABASE_URL should be defined..."
exit 1
fi