From 534e8b8d2499b6c96f5fd20cdd5abf5594ce50b1 Mon Sep 17 00:00:00 2001 From: bradley childs Date: Mon, 25 Jul 2016 20:56:24 -0400 Subject: [PATCH] Update pull-requests.md fix typo Fix the make arg for `make test-integration` --- docs/devel/pull-requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devel/pull-requests.md b/docs/devel/pull-requests.md index 24524d90171..7bc4d96702c 100644 --- a/docs/devel/pull-requests.md +++ b/docs/devel/pull-requests.md @@ -71,7 +71,7 @@ The following will save time for both you and your reviewer: * Enable [pre-commit hooks](development.md#committing-changes-to-your-fork) and verify they pass. * Verify `make verify` passes. * Verify `make test` passes. -* Verify `make test-integration.sh` passes. +* Verify `make test-integration` passes. ## Release Notes