diff --git a/pom.xml b/pom.xml
index e18e868..7c4e9f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.ohnlp.medtagger
medtagger
- 1.0.75
+ 1.0.76
The MedTagger biomedical information extraction pipeline
diff --git a/src/main/java/org/ohnlp/medtagger/fit/Main.java b/src/main/java/org/ohnlp/medtagger/fit/Main.java
index 7ac456e..c8b8ac9 100644
--- a/src/main/java/org/ohnlp/medtagger/fit/Main.java
+++ b/src/main/java/org/ohnlp/medtagger/fit/Main.java
@@ -27,7 +27,7 @@ public static void main(String[] args) throws Exception {
Path ruleDirPath = Paths.get(args[2]);
Path sectionPath = null;
if (args.length > 3) {
- sectionPath = Paths.get(args[4]);
+ sectionPath = Paths.get(args[3]);
}
CollectionReaderDescription reader =