Skip to content

Commit c1d4589

Browse files
committed
fix: fix default interface
1 parent 0baef6c commit c1d4589

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/builtin.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ var _builtin_refs_assertions = map[string]Assert{
636636
Sub: AssertMap{
637637
"interface": {
638638
Type: "ptr",
639-
Default: &net.SysInterface{},
639+
Default: "sys",
640640
},
641641
},
642642
},
@@ -952,7 +952,7 @@ var _builtin_refs_assertions = map[string]Assert{
952952
},
953953
"interface": {
954954
Type: "ptr",
955-
Default: &net.SysInterface{},
955+
Default: "sys",
956956
},
957957
},
958958
},

0 commit comments

Comments
 (0)