mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 15:10:12 +01:00
fix spelling mistake
This commit is contained in:
parent
76f9cea516
commit
345fb0d1cd
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ var _ = Describe("notifications", func() {
|
||||||
|
|
||||||
Expect(notif.GetNames()).To(BeEmpty())
|
Expect(notif.GetNames()).To(BeEmpty())
|
||||||
})
|
})
|
||||||
When("title is overriden in flag", func() {
|
When("title is overridden in flag", func() {
|
||||||
It("should use the specified hostname in the title", func() {
|
It("should use the specified hostname in the title", func() {
|
||||||
command := cmd.NewRootCommand()
|
command := cmd.NewRootCommand()
|
||||||
flags.RegisterNotificationFlags(command)
|
flags.RegisterNotificationFlags(command)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue