mirror of
https://github.com/syncthing/syncthing.git
synced 2026-05-18 13:52:00 -04:00
Fix upgrade non-support on Windows
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
package main
|
||||
|
||||
func upgrade() {
|
||||
fatalln("Upgrade currently unsupported on Windows")
|
||||
import "errors"
|
||||
|
||||
func upgrade() error {
|
||||
return errors.New("Upgrade currently unsupported on Windows")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user