Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
f9e9c536
Commit
f9e9c536
authored
Mar 15, 2019
by
Sietse Ringers
Browse files
Drop warning about irma_configuration scheme folder name
parent
9cccaa12
Changes
1
Hide whitespace changes
Inline
Side-by-side
irma/cmd/verify.go
View file @
f9e9c536
...
...
@@ -88,10 +88,6 @@ func VerifyScheme(path string) error {
}
func
VerifyIrmaConfiguration
(
path
string
)
error
{
if
filepath
.
Base
(
path
)
!=
"irma_configuration"
{
fmt
.
Printf
(
"Notice: specified folder name is '%s'; when using in IRMA applications it should be called 'irma_configuration'
\n
"
,
filepath
.
Base
(
path
))
}
conf
,
err
:=
irma
.
NewConfigurationReadOnly
(
path
)
if
err
!=
nil
{
return
err
...
...
Write
Preview
Supports
Markdown
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