mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Fixing `CASF' typos
* Bump copyright year 2021 -> 2022 on a few files.
This commit is contained in:
parent
b4341cf8ec
commit
1f4f32435d
5 changed files with 11 additions and 11 deletions
|
|
@ -23,7 +23,7 @@ import (
|
|||
const (
|
||||
// The environment name, that contains the path to the config file.
|
||||
configEnv = "CSAF_CONFIG"
|
||||
defaultConfigPath = "/usr/lib/casf/config.toml" // Default path to the config file.
|
||||
defaultConfigPath = "/usr/lib/csaf/config.toml" // Default path to the config file.
|
||||
defaultFolder = "/var/www/" // Default folder path.
|
||||
defaultWeb = "/var/www/html" // Default web path.
|
||||
defaultOpenPGPURL = "https://openpgp.circl.lu/pks/lookup?op=get&search=${FINGERPRINT}" // Default OpenPGP URL.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue