We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae12426 commit 26be5a2Copy full SHA for 26be5a2
tests/integration/run-java.sh
@@ -6,7 +6,7 @@ BRANCH=$(jq -r .version package.json | grep -Eo "^[0-9]+\.[0-9]+")
6
if [[ "$1" == "" ]]; then
7
# the `test:setup` command runs this script without arguments to initialize
8
# the environment, so we first delete any previous one
9
- rm -rf $SCRIPT_DIR/.java-es-request-converter
+ rm -rf $SCRIPT_DIR/.java-request-converter
10
rm -rf $SCRIPT_DIR/.java
11
fi
12
0 commit comments