mirror of https://github.com/rwf2/Rocket.git
Remove extraneous argument from popd in todo boostrap.
This commit is contained in:
parent
5dff45086a
commit
9069f91bea
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue