mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Fix Typo
This commit is contained in:
parent
e8cbab2c29
commit
c43d690b57
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ func (c *controller) tlpParam(r *http.Request) (tlp, error) {
|
||||||
return "", fmt.Errorf("unsupported TLP type '%s'", t)
|
return "", fmt.Errorf("unsupported TLP type '%s'", t)
|
||||||
}
|
}
|
||||||
|
|
||||||
// creates calls the "ensureFolders" functions to create the directories and files.
|
// create calls the "ensureFolders" functions to create the directories and files.
|
||||||
// It returns a struct by success, otherwise an error.
|
// It returns a struct by success, otherwise an error.
|
||||||
func (c *controller) create(*http.Request) (interface{}, error) {
|
func (c *controller) create(*http.Request) (interface{}, error) {
|
||||||
if err := ensureFolders(c.cfg); err != nil {
|
if err := ensureFolders(c.cfg); err != nil {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue