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
7ef0df0f
Commit
7ef0df0f
authored
May 28, 2019
by
David Venhoek
Committed by
Sietse Ringers
Aug 23, 2019
Browse files
Changed irma session command to run updateschemes when starting.
parent
fd1fc494
Pipeline
#28708
passed with stages
in 7 minutes and 20 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
irma/cmd/session.go
View file @
7ef0df0f
...
...
@@ -48,6 +48,9 @@ irma session --server http://localhost:48680 --authmethod token --key mytoken --
die
(
""
,
err
)
}
// Make sure we always run with latest configuration
irmaconfig
.
UpdateSchemes
()
var
result
*
server
.
SessionResult
url
,
_
:=
cmd
.
Flags
()
.
GetString
(
"url"
)
serverurl
,
_
:=
cmd
.
Flags
()
.
GetString
(
"server"
)
...
...
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