Skip to content

Commit 5532bfa

Browse files
committed
Using the real git command not the alias.
1 parent 2da923a commit 5532bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test:
2424
doc: gh-pages
2525

2626
gh-pages: build-doc
27-
git co gh-pages
27+
git checkout gh-pages
2828
rsync -vcr ${HTMLDIR}/ ./
2929

3030
build-doc:

0 commit comments

Comments
 (0)