Skip to content

v0.2.54..v0.2.55 changeset PushToDbCommand.java

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-services/src/main/java/hoot/services/controllers/grail/PushToDbCommand.java b/hoot-services/src/main/java/hoot/services/controllers/grail/PushToDbCommand.java
index a4bc07a..f5f7637 100644
--- a/hoot-services/src/main/java/hoot/services/controllers/grail/PushToDbCommand.java
+++ b/hoot-services/src/main/java/hoot/services/controllers/grail/PushToDbCommand.java
@@ -62,7 +62,7 @@ class PushToDbCommand extends GrailCommand {
         substitutionMap.put("DB_NAME", dbName);
         substitutionMap.put("INPUT", params.getInput1());
 
-        String command = "hoot convert --${DEBUG_LEVEL} -C GrailIngest.conf ${HOOT_OPTIONS} ${INPUT} ${DB_NAME}";
+        String command = "hoot.bin convert --${DEBUG_LEVEL} -C GrailIngest.conf ${HOOT_OPTIONS} ${INPUT} ${DB_NAME}";
 
         super.configureCommand(command, substitutionMap, caller);
     }
Clone this wiki locally