From 77dc8c86a853f2863a72c1ebfe5fefff3494a2f5 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 7 Feb 2018 08:50:41 -0500 Subject: [PATCH] Github: typo --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d17a07c60..eba55ea2b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,5 +2,5 @@ * Have you run the test suite? Many changes need to be tested. Please run the test suite and include the output - of the ```cd test && ./problems``` script. + of the ```cd test && ./problems``` command.