← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/launchpad:stagingsetup-syntax into launchpad:master

 

Colin Watson has proposed merging ~cjwatson/launchpad:stagingsetup-syntax into launchpad:master.

Commit message:
Fix syntax error in stagingsetup

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/452659
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:stagingsetup-syntax into launchpad:master.
diff --git a/database/replication/Makefile b/database/replication/Makefile
index c8de967..a2c1b8e 100644
--- a/database/replication/Makefile
+++ b/database/replication/Makefile
@@ -100,7 +100,7 @@ stagingsetup:
 	# Restore the database. We need to restore permissions, despite
 	# later running security.py, to pull in permissions granted on
 	# production to users not maintained by security.py.
-	< ${STAGING_DUMP} ${STAGING_WALBLOCK}
+	< ${STAGING_DUMP} ${STAGING_WALBLOCK} \
 	    | pg_restore --dbname=${STAGING_DBNAME_MAIN} --no-owner ${EXIT_ON_ERROR} \
 		--use-list=${DUMPLIST} -v
 	rm ${DUMPLIST}