Skip to content

Commit

Permalink
Fix: gosplash title, fix #232
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Aug 16, 2021
1 parent 41e61dd commit 51dd14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/updater/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func _main(ctx context.Context, env params.Env, args []string, logger logging.Pa
}
splashSettings := gosplash.Settings{
User: "qdm12",
Repository: "gluetun",
Repository: "ddns-updater",
Emails: []string{"quentin.mcgaw@gmail.com"},
Version: buildInfo.Version,
Commit: buildInfo.Commit,
Expand Down

0 comments on commit 51dd14c

Please sign in to comment.