Quotation marks makes you think it's a string

Signed-off-by: Tanya Degurechaff <34323200+TanyaEleventhGoddess@users.noreply.github.com>
This commit is contained in:
Tanya Degurechaff 2020-07-04 16:57:18 +02:00
parent fc18b362d8
commit 59e707a5ca
2 changed files with 2 additions and 2 deletions

View File

@ -650,7 +650,7 @@ Environment variables:
SECURITY_MIRROR The Debian package security mirror to use. See also the --security-mirror switch above.
Defaults to '$SECURITY_MIRROR'
DOWNLOAD_KEYRING Sets whether to download keyring when missing or ignore keyring checks
Defaults to '1'
Defaults to 1
EOF
return 0

View File

@ -622,7 +622,7 @@ Environment variables:
MIRROR The Kali package mirror to use. See also the --mirror switch above.
Defaults to '$MIRROR'
DOWNLOAD_KEYRING Sets whether to download keyring when missing or ignore keyring checks
Defaults to '1'
Defaults to 1
EOF
return 0
}