Skip to content

Commit 7e69352

Browse files
committed
[HSEARCH] hsearch-elasticsearch-wikipedia: Remove copy-paste artifacts from the init script
1 parent b7cafb2 commit 7e69352

File tree

1 file changed

+0
-17
lines changed
  • hibernate-search/hsearch-elasticsearch-wikipedia/src/init

1 file changed

+0
-17
lines changed

hibernate-search/hsearch-elasticsearch-wikipedia/src/init/init

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,6 @@ do
3838
DOCKER_CONTAINER_NAME="$OPTARG"
3939
log "Will attempt to connect to docker container with name '$DOCKER_CONTAINER_NAME'"
4040
;;
41-
h)
42-
FEATURE=git_history
43-
;;
44-
f)
45-
case "$OPTARG" in
46-
"api"|"spi"|"public"|"impl"|"test"|"main"|"all")
47-
FILTER="$OPTARG"
48-
;;
49-
*)
50-
echo 2>&1 "Unrecognized source filter: $OPTARG"
51-
exit 1
52-
;;
53-
esac
54-
;;
55-
i)
56-
INTERNAL_PACKAGE_MARKER="$OPTARG"
57-
;;
5841
\?)
5942
exit 1
6043
;;

0 commit comments

Comments
 (0)