mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Remove useless comparison to true.
This commit is contained in:
@@ -51,7 +51,7 @@ func main() {
|
||||
if err != nil {
|
||||
util.CheckError(err, "")
|
||||
}
|
||||
if cfg.GetUpdateNotification() == true {
|
||||
if cfg.GetUpdateNotification() {
|
||||
updateInfo := make(chan string)
|
||||
go version.GetLatestReleaseInfo(updateInfo)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user