Skip to content

Commit 7c7e351

Browse files
committed
Fixed typo for defaulting devman protocol type
1 parent 1748683 commit 7c7e351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target/envbuildscripts/targetenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ if [ "${DEVMAN_SERVER_DOMAIN}" != "" ]; then
276276
mkdir -p ../TARGET_TREES/ehs_env-$TARGET/devman/core/config
277277
if [ "${DEVMAN_SERVER_PROTOCOL}" = "" ]; then
278278
echo "WARNING DEVMAN_SERVER_PROTOCOL is not set. Setting to https"
279-
DEVMAN_SERVER_PROTOCOL = "https"
279+
DEVMAN_SERVER_PROTOCOL="https"
280280
fi
281281
#configure the devman URLs:
282282
if [ "${DEVMAN_SERVER_PROTOCOL}" = "mqtts" ]; then

0 commit comments

Comments
 (0)