diff --git a/hoot-services/src/main/java/hoot/services/controllers/grail/ApplyChangesetCommand.java b/hoot-services/src/main/java/hoot/services/controllers/grail/ApplyChangesetCommand.java
index cd2ef30..50fec54 100644
--- a/hoot-services/src/main/java/hoot/services/controllers/grail/ApplyChangesetCommand.java
+++ b/hoot-services/src/main/java/hoot/services/controllers/grail/ApplyChangesetCommand.java
@@ -71,7 +71,7 @@ class ApplyChangesetCommand extends GrailCommand {
substitutionMap.put("HOOT_OPTIONS", hootOptions);
substitutionMap.put("DEBUG_LEVEL", debugLevel);
- String command = "hoot changeset-apply --${DEBUG_LEVEL} ${HOOT_OPTIONS} ${OSC_FILE} ${API_URL} --stats --progress";
+ String command = "hoot.bin changeset-apply --${DEBUG_LEVEL} ${HOOT_OPTIONS} ${OSC_FILE} ${API_URL} --stats --progress";
super.configureCommand(command, substitutionMap, caller);
}