Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 4f11971

Browse files
author
Clément Le Provost
committed
Fix release script: source file name changed
1 parent 0e04cd7 commit 4f11971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fi
1515
}
1616

1717
FILE_BUILD_GRADLE="algoliasearch/build.gradle"
18-
FILE_API_CLIENT="algoliasearch/src/main/java/com/algolia/search/saas/BaseAPIClient.java"
18+
FILE_API_CLIENT="algoliasearch/src/main/java/com/algolia/search/saas/Client.java"
1919

2020
if [ $# -ne 1 ]; then
2121
echo "$0 | A script to release new versions automatically"

0 commit comments

Comments
 (0)