Skip to content

Commit

Permalink
When building a snapshot of the SDK bindings, don't build the app by …
Browse files Browse the repository at this point in the history
…default too
  • Loading branch information
jmartinesp committed Oct 25, 2024
1 parent 4b72429 commit 52a08a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/sdk/build_rust_sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ if [ "${sdkCorrect}" != "yes" ]; then
fi

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

cd "${elementPwd}"

Expand Down

0 comments on commit 52a08a3

Please sign in to comment.