Remove extraneous argument from popd in todo boostrap.

This commit is contained in:
Sergio Benitez 2017-02-02 15:19:23 -08:00
parent 5dff45086a
commit 9069f91bea
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ pushd $SCRIPT_PATH > /dev/null
# create db/db.sql
diesel migration --database-url=$DATABASE_URL run > /dev/null
popd $SCRIPT_PATH > /dev/null
popd > /dev/null
echo "export DATABASE_URL=$DATABASE_URL"