-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jiralogin: report correct server to update
The server to connect to was correctly read out for the connection itself, but later on when asking for confirmation it reported the wrong server. This because the server in the cfg file was set to the (old) production server and didn't query the setting in the yaml file. To fix this we've wrapped the retrieval of the server details in a single function, which now selects the correct server. The test server has been kept for now, but should be removed since we won't have a test server in the future. Fixes #44. Signed-off-by: Joakim Bech <[email protected]>
- Loading branch information
1 parent
d4a89bb
commit 459f9e6
Showing
3 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters