mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
Stop CLI from asking for upgrade persistently (#35)
This commit is contained in:
parent
721ff8f8c3
commit
5ea49558df
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ func AutoUpgrade() error {
|
|||
|
||||
if shouldCheck {
|
||||
willCheck, err := utils.AskConfirmation("Would you like to check for an update?")
|
||||
utils.TouchDnoteUpgradeFile()
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue