-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.54..v0.2.55 changeset InvertCropCommand.java
Garret Voltz edited this page Aug 14, 2020
·
1 revision
diff --git a/hoot-services/src/main/java/hoot/services/controllers/grail/InvertCropCommand.java b/hoot-services/src/main/java/hoot/services/controllers/grail/InvertCropCommand.java
index aebd880..4006858 100644
--- a/hoot-services/src/main/java/hoot/services/controllers/grail/InvertCropCommand.java
+++ b/hoot-services/src/main/java/hoot/services/controllers/grail/InvertCropCommand.java
@@ -61,7 +61,7 @@ class InvertCropCommand extends GrailCommand {
substitutionMap.put("INPUT", params.getInput1());
substitutionMap.put("OUTPUT", params.getOutput());
- String command = "hoot convert --${DEBUG_LEVEL} ${HOOT_OPTIONS} ${INPUT} ${OUTPUT}";
+ String command = "hoot.bin convert --${DEBUG_LEVEL} ${HOOT_OPTIONS} ${INPUT} ${OUTPUT}";
super.configureCommand(command, substitutionMap, caller);
}