Skip to content

Commit

Permalink
fix: track pendo324/lima windows-ssh-quoting until quoting fixed upst…
Browse files Browse the repository at this point in the history
…ream (#175)

Issue #, if available:

*Description of changes:*
Tracks a Lima fork until the SSH quoting issue is resolved upstream.

You probably need to run `git submodule set-url src/lima
https://github.com/pendo324/lima` and `git submodule update --init
--recursive` to get the latest changes

*Testing done:*

- [x] I've reviewed the guidance in CONTRIBUTING.md

#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Justin Alvarez <[email protected]>
Signed-off-by: Vishwas Siravara <[email protected]>
  • Loading branch information
pendo324 authored and vsiravar committed Oct 17, 2023
1 parent 371247c commit dff9b13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[submodule "src/lima"]
path = src/lima
url = https://github.com/lima-vm/lima
url = https://github.com/pendo324/lima
branch = windows-ssh-quoting
[submodule "src/socket_vmnet"]
path = src/socket_vmnet
url = https://github.com/lima-vm/socket_vmnet

0 comments on commit dff9b13

Please sign in to comment.