mirror of
https://github.com/thomiceli/opengist.git
synced 2025-07-09 17:38:04 +02:00
Tweak config and git urls
This commit is contained in:
@ -14,6 +14,8 @@ import (
|
||||
)
|
||||
|
||||
func initialize() {
|
||||
fmt.Println("Opengist v" + config.OpengistVersion)
|
||||
|
||||
configPath := flag.String("config", "config.yml", "Path to a config file in YML format")
|
||||
flag.Parse()
|
||||
absolutePath, _ := filepath.Abs(*configPath)
|
||||
@ -27,9 +29,6 @@ func initialize() {
|
||||
|
||||
config.InitLog()
|
||||
|
||||
fmt.Println("Opengist v" + config.OpengistVersion)
|
||||
fmt.Println("Using config file: " + absolutePath)
|
||||
|
||||
gitVersion, err := git.GetGitVersion()
|
||||
if err != nil {
|
||||
log.Fatal().Err(err).Send()
|
||||
|
Reference in New Issue
Block a user