Skip to content

Commit d2a1499

Browse files
committed
Fix typo in docs
1 parent fc183d5 commit d2a1499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Developer.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@ branch of the repository that has been tagged appropriately.
11121112

11131113
1 =git tag -m "Tagging the <VERSION /> release of Dependency Finder" <VERSION />=
11141114
1 =git push --tags= (a workflow on GitHub will create the release there)
1115-
1 =ant -Drelease=<VERSION /> docs=
1115+
1 =ant -Drelease%3D<VERSION /> docs=
11161116
1 =cp docs/{Manual,Tools,Developer}.html ../website=
11171117
1 =cp -R docs/images/* ../website/images=
11181118
1 =gh release download --pattern '*' --dir /tmp= (copies the release files to =/tmp=)

0 commit comments

Comments
 (0)