Skip to content

v0.2.54..v0.2.55 changeset AlphaShapeCommand.java

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/hoot-services/src/main/java/hoot/services/controllers/export/AlphaShapeCommand.java b/hoot-services/src/main/java/hoot/services/controllers/export/AlphaShapeCommand.java
index ba5ae40..12c865b 100644
--- a/hoot-services/src/main/java/hoot/services/controllers/export/AlphaShapeCommand.java
+++ b/hoot-services/src/main/java/hoot/services/controllers/export/AlphaShapeCommand.java
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 package hoot.services.controllers.export;
 
@@ -73,7 +73,7 @@ class AlphaShapeCommand extends ExportCommand {
         substitutionMap.put("ALPHA", String.valueOf(params.getAlpha()));
         substitutionMap.put("BUFFER", String.valueOf(params.getBuffer()));
 
-        String command = "hoot generate-alpha-shape --${DEBUG_LEVEL} ${HOOT_OPTIONS} ${INPUTS} ${ALPHA} ${BUFFER} ${OUTPUT}";
+        String command = "hoot.bin generate-alpha-shape --${DEBUG_LEVEL} ${HOOT_OPTIONS} ${INPUTS} ${ALPHA} ${BUFFER} ${OUTPUT}";
 
         super.configureCommand(command, substitutionMap, caller, new File("/tmp"));
     }
Clone this wiki locally