Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KIT-CA
acme4netvs
Commits
5df83dcc
Commit
5df83dcc
authored
Nov 09, 2021
by
heiko.reese
💤
Browse files
Fixed typo in error message
parent
cb2ba0cc
Pipeline
#204319
passed with stages
in 1 minute and 17 seconds
Changes
1
Pipelines
4
Show whitespace changes
Inline
Side-by-side
hooks_common.go
View file @
5df83dcc
...
...
@@ -17,7 +17,7 @@ func NewNETVSClientFromConfig(configfile string, endpoint string) (*NETVSClient,
if
configfile
==
""
{
configDir
,
err
:=
homedir
.
Dir
()
if
err
!=
nil
{
return
nil
,
nil
,
fmt
.
Errorf
(
"Unable to fin
e
homedir: %s"
,
err
)
return
nil
,
nil
,
fmt
.
Errorf
(
"Unable to fin
d
homedir: %s"
,
err
)
}
configfile
=
path
.
Join
(
configDir
,
".config/netdb_client.ini"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment