Enable portable mode by reading a config file 'gropple.yml' from the current directory, if present. Closes #13
This commit is contained in:
@@ -63,8 +63,6 @@ func (i *Info) canUpgrade() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
log.Printf("We are %s, github is %s", i.CurrentVersion, i.GithubVersion)
|
||||
|
||||
if !semver.IsValid(i.CurrentVersion) {
|
||||
log.Printf("current version %s is invalid", i.CurrentVersion)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user