Fix incorrect quotation marks (#930)

pull/962/head
freezingDaniel 2022-08-23 07:49:50 +00:00 committed by GitHub
parent 53c31dd2bb
commit 0876513c46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -260,8 +260,8 @@ SECTION: Environment setup
An example for unsecure Basic authentication because the connection is not encrypted:
<download from="http://example.com/some.dat" to="%BASE%\some.dat"
auth="basic" unsecureAuth=“true”
username="aUser" password=aPassw0rd" />
auth="basic" unsecureAuth="true"
username="aUser" password="aPassw0rd" />
Secure Basic authentication via HTTPS:
<download from="https://example.com/some.dat" to="%BASE%\some.dat"