Skip to content

Commit f9fd676

Browse files
committed
Update Makefile with test.check name change
1 parent 24cbbf3 commit f9fd676

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ docs:
88
lein doc
99

1010
pages: docs
11-
rm -rf /tmp/reiddraper-simple-check-docs
12-
mkdir -p /tmp/reiddraper-simple-check-docs
13-
cp -R doc/ /tmp/reiddraper-simple-check-docs
11+
rm -rf /tmp/org.clojure-test.check-docs
12+
mkdir -p /tmp/org.clojure-test.check-docs
13+
cp -R doc/ /tmp/org.clojure-test.check-docs
1414
git checkout gh-pages
15-
cp -R /tmp/reiddraper-simple-check-docs/* .
15+
cp -R /tmp/org.clojure-test.check-docs/* .
1616
git add .
1717
git add -u
1818
git commit

0 commit comments

Comments
 (0)