Skip to content

Commit 8d3118e

Browse files
committed
Fix copy-paste error
This does not address the CI-reported python3.6 error, but it is a necessary fix in the meanwhile. References: * [AC-178] Add website repository's sample runner to CASE-Utilities-Python repository Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent 37e3854 commit 8d3118e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ all-case_sparql_construct: \
7474
all-case_sparql_select: \
7575
.venv.done.log
7676
$(MAKE) \
77-
--directory case_sparql_construct
77+
--directory case_sparql_select
7878

7979
# These check calls are provided in preferred run-order.
8080
check: \

0 commit comments

Comments
 (0)