mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 06:06:38 +01:00
fix port typing issue introduced in 998e805
This commit is contained in:
parent
37069d51df
commit
061e958534
1 changed files with 2 additions and 2 deletions
|
|
@ -118,10 +118,10 @@ func RegisterNotificationFlags(rootCmd *cobra.Command) {
|
||||||
viper.GetString("WATCHTOWER_NOTIFICATION_EMAIL_SERVER"),
|
viper.GetString("WATCHTOWER_NOTIFICATION_EMAIL_SERVER"),
|
||||||
"SMTP server to send notification emails through")
|
"SMTP server to send notification emails through")
|
||||||
|
|
||||||
flags.StringP(
|
flags.IntP(
|
||||||
"notification-email-server-port",
|
"notification-email-server-port",
|
||||||
"",
|
"",
|
||||||
viper.GetString("WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT"),
|
viper.GetInt("WATCHTOWER_NOTIFICATION_EMAIL_SERVER_PORT"),
|
||||||
"SMTP server port to send notification emails through")
|
"SMTP server port to send notification emails through")
|
||||||
|
|
||||||
flags.BoolP(
|
flags.BoolP(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue