File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 125
125
# 🟢 Builtin default: 0 (automatically assigned to a free port)
126
126
# NOTE: when the instance name is "default", the builtin default value is set to
127
127
# 60022 for backward compatibility.
128
- localPort : 0
128
+ localPort : null
129
129
# Load ~/.ssh/*.pub in addition to $LIMA_HOME/_config/user.pub .
130
130
# This option is useful when you want to use other SSH-based
131
131
# applications such as rsync with the Lima instance.
Original file line number Diff line number Diff line change @@ -26,10 +26,7 @@ func TestEmptyYAML(t *testing.T) {
26
26
assert .Equal (t , string (b ), emptyYAML )
27
27
}
28
28
29
- const defaultYAML = `images: []
30
- ssh:
31
- localPort: 0
32
- `
29
+ const defaultYAML = "images: []\n "
33
30
34
31
func TestDefaultYAML (t * testing.T ) {
35
32
bytes , err := os .ReadFile ("default.yaml" )
You can’t perform that action at this time.
0 commit comments