We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b72429 commit 52a08a3Copy full SHA for 52a08a3
tools/sdk/build_rust_sdk.sh
@@ -54,8 +54,8 @@ if [ "${sdkCorrect}" != "yes" ]; then
54
fi
55
56
# 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}
+read -p "Do you want to build the app after (yes/no) default to no? " buildApp
+buildApp=${buildApp:-no}
59
60
cd "${elementPwd}"
61
0 commit comments