Skip to content

Commit 04e74de

Browse files
committed
Fix typo in sync make rule.
1 parent f191f29 commit 04e74de

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
@@ -19,7 +19,7 @@ sync: archive
1919
$(HOME)/MAVEN/com/artifex/mupdf/viewer/$(shell git describe --tags)/ \
2020
ghostscript.com:/var/www/maven.ghostscript.com/com/artifex/mupdf/viewer/$(shell git describe --tags)/
2121
rsync -av --chmod=g+w --chown=:gs-web \
22-
$(HOME)/MAVEN/com/artifex/mupdf/viewer/maven-metadata.xml*
22+
$(HOME)/MAVEN/com/artifex/mupdf/viewer/maven-metadata.xml* \
2323
ghostscript.com:/var/www/maven.ghostscript.com/com/artifex/mupdf/viewer/
2424

2525
tarball: release

0 commit comments

Comments
 (0)