Skip to content

Commit

Permalink
Fix main class name for new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexa committed Jul 16, 2015
1 parent 0abefed commit afaea4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/chronos.j2
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ script
exec java \
${MEM_OPTS:+$MEM_OPTS} \
${LIB_PATH:+-Djava.library.path=$LIB_PATH} \
${CHRONOS_JAR:+-cp $CHRONOS_JAR com.airbnb.scheduler.Main} \
${CHRONOS_JAR:+-cp $CHRONOS_JAR org.apache.mesos.chronos.scheduler.Main} \
${ZK_HOSTS:+--zk_hosts "$ZK_HOSTS"} \
${MASTER:+--master $MASTER} \
${HTTP_PORT:+--http_port $HTTP_PORT} \
Expand Down

0 comments on commit afaea4c

Please sign in to comment.