Adjust flags

This commit is contained in:
Maximilian Brandau 2020-03-23 13:53:30 +01:00
parent 2b21bd46be
commit 59ce378a35
No known key found for this signature in database
GPG key ID: 6CBA8C2AC22BA157
3 changed files with 6 additions and 6 deletions

View file

@ -240,9 +240,9 @@ Should only be used for testing.
"The Gotify Application required to query the Gotify API")
flags.StringArrayP(
"notification-shoutrrr-url",
"notification-url",
"",
viper.GetStringSlice("WATCHTOWER_NOTIFICATION_SHOUTRRR_URL"),
viper.GetStringSlice("WATCHTOWER_NOTIFICATION_URL"),
"The shoutrrr URL to send notifications to")
}