1
0
Fork 0
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:
Bernhard Reiter 2022-02-25 17:38:07 +01:00
parent b4341cf8ec
commit 1f4f32435d
No known key found for this signature in database
GPG key ID: 2B7BA3BF9BC3A554
5 changed files with 11 additions and 11 deletions

View file

@ -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.