Skip to content

Commit c3eb500

Browse files
committed
glo03-666: small fixes
1 parent 1e09e1c commit c3eb500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

read.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ PAGE_NAME_01="title=REST-API%2001"
1818
PAGE_NAME_02="spaceKey=NMAS&title=98-Playground"
1919

2020
REQ_01="${CONF_RESTAPI_URL}/${PAGE_ID}?${REQP_LIGHT}"
21-
REQ_02="${CONF_RESTAPI_URL}?${PAGE_NAME_01}${REQP_FULL}"
22-
REQ_03="${CONF_RESTAPI_URL}?${PAGE_NAME_02}${REQP_FULL}"
21+
REQ_02="${CONF_RESTAPI_URL}?${PAGE_NAME_01}&${REQP_FULL}"
22+
REQ_03="${CONF_RESTAPI_URL}?${PAGE_NAME_02}&${REQP_FULL}"
2323

2424
execRead() {
2525
local __url=$1

0 commit comments

Comments
 (0)