Skip to content

Commit e3e2cdc

Browse files
committed
Fix UNIX build
1 parent b8f8fc3 commit e3e2cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windriver/windriver_others.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ func Elevate() {
1010
panic("unreachable")
1111
}
1212

13-
func Install() {
13+
func Install() error {
1414
panic("unreachable")
1515
}

0 commit comments

Comments
 (0)