Skip to content

Commit 294c3af

Browse files
committed
tryout ssh instead of https
1 parent 7a80ea2 commit 294c3af

File tree

1 file changed

+1
-1
lines changed
  • scripts/generate-sdk/languages

1 file changed

+1
-1
lines changed

scripts/generate-sdk/languages/java.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ generate_java_sdk() {
4242

4343
if [[ -z ${SDK_REPO_URL} ]]; then
4444
echo "SDK_REPO_URL not specified, default will be used."
45-
SDK_REPO_URL="https://github.com/stackitcloud/stackit-sdk-java.git"
45+
SDK_REPO_URL="git@github.com:stackitcloud/stackit-sdk-java.git"
4646
fi
4747

4848
# Prepare folders

0 commit comments

Comments
 (0)