Skip to content

Commit

Permalink
Replaced name in run() target of refine
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkica committed Feb 19, 2013
1 parent 8f50ecc commit cc16e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refine
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ run() {
fi

if [ ! -d $REFINE_CLASSES_DIR ] ; then
IS_JAR=`ls $REFINE_LIB_DIR | grep google-refine`
IS_JAR=`ls $REFINE_LIB_DIR | grep lodrefine`
if [ -z "$IS_JAR" ] ; then
ant build
echo ""
Expand Down

0 comments on commit cc16e96

Please sign in to comment.