Skip to content

Commit 52a08a3

Browse files
committed
When building a snapshot of the SDK bindings, don't build the app by default too
1 parent 4b72429 commit 52a08a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/sdk/build_rust_sdk.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ if [ "${sdkCorrect}" != "yes" ]; then
5454
fi
5555

5656
# Ask if the user wants to build the app after
57-
read -p "Do you want to build the app after (yes/no) default to yes? " buildApp
58-
buildApp=${buildApp:-yes}
57+
read -p "Do you want to build the app after (yes/no) default to no? " buildApp
58+
buildApp=${buildApp:-no}
5959

6060
cd "${elementPwd}"
6161

0 commit comments

Comments
 (0)