Skip to content

Commit 26be5a2

Browse files
Update tests/integration/run-java.sh
Co-authored-by: Laura Trotta <[email protected]>
1 parent ae12426 commit 26be5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/run-java.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ BRANCH=$(jq -r .version package.json | grep -Eo "^[0-9]+\.[0-9]+")
66
if [[ "$1" == "" ]]; then
77
# the `test:setup` command runs this script without arguments to initialize
88
# the environment, so we first delete any previous one
9-
rm -rf $SCRIPT_DIR/.java-es-request-converter
9+
rm -rf $SCRIPT_DIR/.java-request-converter
1010
rm -rf $SCRIPT_DIR/.java
1111
fi
1212

0 commit comments

Comments
 (0)