Release (#415)
fix: parse dates without timezone offset (#404) fix: enable replying if tree is in a different tab (#407) fix: wrong get url (#413) fix: Restore cursor when updating from outside of tree (#406) --------- Co-authored-by: Jakub F. Bortlík <jakub.bortlik@proton.me> Co-authored-by: Oscar <oscar.creator13@gmail.com>
This commit is contained in:
committed by
GitHub
parent
341d56a1cb
commit
30daecfb60
@@ -26,7 +26,7 @@ func main() {
|
||||
}
|
||||
|
||||
gitManager := git.Git{}
|
||||
gitData, err := git.NewGitData(pluginOptions.ConnectionSettings.Remote, gitManager)
|
||||
gitData, err := git.NewGitData(pluginOptions.ConnectionSettings.Remote, pluginOptions.GitlabUrl, gitManager)
|
||||
|
||||
if err != nil {
|
||||
log.Fatalf("Failure initializing plugin: %v", err)
|
||||
|
||||
Reference in New Issue
Block a user