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 1748683 commit 7c7e351Copy full SHA for 7c7e351
target/envbuildscripts/targetenv.sh
@@ -276,7 +276,7 @@ if [ "${DEVMAN_SERVER_DOMAIN}" != "" ]; then
276
mkdir -p ../TARGET_TREES/ehs_env-$TARGET/devman/core/config
277
if [ "${DEVMAN_SERVER_PROTOCOL}" = "" ]; then
278
echo "WARNING DEVMAN_SERVER_PROTOCOL is not set. Setting to https"
279
- DEVMAN_SERVER_PROTOCOL = "https"
+ DEVMAN_SERVER_PROTOCOL="https"
280
fi
281
#configure the devman URLs:
282
if [ "${DEVMAN_SERVER_PROTOCOL}" = "mqtts" ]; then
0 commit comments