Skip to content

Commit

Permalink
Fix an incorrect path problem in run-example.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
trustin committed May 22, 2014
1 parent d7f5535 commit cdab518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if [[ -z "$EXAMPLE" ]] || [[ -z "$EXAMPLE_CLASS" ]] || [[ $# -ne 0 ]]; then
exit 1
fi

cd "`dirname "$0"`"
cd "`dirname "$0"`"/example
echo "[INFO] Running: $EXAMPLE ($EXAMPLE_CLASS $EXAMPLE_ARGS)"
exec mvn -nsu compile exec:exec -DargLine.example="$EXAMPLE_ARGS" -DexampleClass="$EXAMPLE_CLASS"

0 comments on commit cdab518

Please sign in to comment.