Skip to content

Commit 389c729

Browse files
authored
Update README.md
1 parent 276cdfe commit 389c729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cross-component/deployexecute/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ curl -sk -X POST ${AUTH_CREDENTIALS[@]} -H "accept: application/json" -H "Conten
108108
> - ZEN_API_KEY
109109
> - replace `export auth_credentials=(--user "odmAdmin:odmAdmin")` by the commands below:
110110
> ```bash
111-
> export BASE64ENCODED_USERNAME_AND_APIKEY=$(echo "${USERNAME}:${ZEN_API_KEY}" | base64)
111+
> export BASE64ENCODED_USERNAME_AND_APIKEY=$(echo -n "${USERNAME}:${ZEN_API_KEY}" | base64)
112112
> export AUTH_CREDENTIALS=(-H "Authorization: ZenApiKey ${BASE64ENCODED_USERNAME_AND_APIKEY}")
113113
> ```
114114

0 commit comments

Comments
 (0)