From 9069f91bea04feb95754c05946dee0c01b397cac Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Thu, 2 Feb 2017 15:19:23 -0800 Subject: [PATCH] Remove extraneous argument from popd in todo boostrap. --- examples/todo/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todo/bootstrap.sh b/examples/todo/bootstrap.sh index b78d93c2..f6be9914 100755 --- a/examples/todo/bootstrap.sh +++ b/examples/todo/bootstrap.sh @@ -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"