Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit 221661c

Browse files
Fix service version in logs
1 parent f15a812 commit 221661c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func Execute() {
4040

4141
// resolveConfig or exit with error
4242
func resolveConfig() *config.Config {
43-
cfg, err := config.New(Version, Commit, configPath, skipConfig, EmbedFrontend)
43+
cfg, err := config.New(Commit, Version, configPath, skipConfig, EmbedFrontend)
4444
if err != nil {
4545
fmt.Printf("unable to initialize config: %s\n", err.Error())
4646
os.Exit(1)

0 commit comments

Comments
 (0)