You've already forked watchtower
							
							
				mirror of
				https://github.com/containrrr/watchtower.git
				synced 2025-10-31 00:17:44 +02:00 
			
		
		
		
	Fix a small typo (#384)
This commit is contained in:
		
				
					committed by
					
						 Simon Aronsson
						Simon Aronsson
					
				
			
			
				
	
			
			
			
						parent
						
							48bca4765c
						
					
				
				
					commit
					1954520447
				
			| @@ -31,7 +31,7 @@ func newGotifyNotifier(c *cobra.Command, acceptedLogLevels []log.Level) t.Notifi | ||||
| 	} else if !(strings.HasPrefix(gotifyURL, "http://") || strings.HasPrefix(gotifyURL, "https://")) { | ||||
| 		log.Fatal("Gotify URL must start with \"http://\" or \"https://\"") | ||||
| 	} else if strings.HasPrefix(gotifyURL, "http://") { | ||||
| 		log.Warn("Using an HTTP url fpr Gotify is insecure") | ||||
| 		log.Warn("Using an HTTP url for Gotify is insecure") | ||||
| 	} | ||||
|  | ||||
| 	gotifyToken, _ := flags.GetString("notification-gotify-token") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user