File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ jobs:
169169 # jq: required by test-templates.sh to determine download URL for nerdctl
170170 run : |
171171 set -x
172- # Github runners seem to have lima installed by brew already; we don't want/need it
172+ # GitHub runners seem to have lima installed by brew already; we don't want/need it
173173 time brew uninstall --ignore-dependencies lima colima
174174 time brew install qemu bash coreutils curl jq
175175 - name : " Show cache"
Original file line number Diff line number Diff line change 11# Lima roadmap
22
3- Instead of using a static text file, Lima uses the ` roadmap ` label on Github issues to designate features or bug fixes that we plan to implement.
3+ Instead of using a static text file, Lima uses the ` roadmap ` label on GitHub issues to designate features or bug fixes that we plan to implement.
44
55Issues are tagged with the ` roadmap ` label when at least one maintainer or contributor has declared intent to work on or help with the implementation.
66
Original file line number Diff line number Diff line change 2727my $ipv4 = length $addr ? inet_ntoa($addr ) : " 127.0.0.1" ;
2828my $ipv6 = " " ; # todo
2929
30- # macOS Github runners seem to use "localhost" as the hostname
30+ # macOS GitHub runners seem to use "localhost" as the hostname
3131if ($ipv4 eq " 127.0.0.1" && $Config {osname } eq " darwin" ) {
3232 $ipv4 = qx( system_profiler SPNetworkDataType -json | jq -r 'first(.SPNetworkDataType[] | select(.ip_address) | .ip_address) | first') ;
3333 chomp $ipv4 ;
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ enable = false
182182 enable = true
183183
184184[[menus .main ]]
185- name = " Github "
185+ name = " GitHub "
186186 url = " https://github.com/lima-vm/lima"
187187 pre = ' <i class="fab fa-github"></i>'
188188
You can’t perform that action at this time.
0 commit comments