Skip to content

Commit 272b09b

Browse files
Merge pull request #2198 from ElanHasson/patch-1
Remove extra `
2 parents 6f96495 + a0f4783 commit 272b09b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WSL/networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ If you want to access a networking app running on Windows (for example an app ru
6666

6767
1. Obtain the IP address of your host machine by running this command from your Linux distribution:
6868
```bash
69-
ip route show | grep -i default | awk '{ print $3}'`
69+
ip route show | grep -i default | awk '{ print $3}'
7070
```
7171
2. Connect to any Windows server using the copied IP address.
7272

0 commit comments

Comments
 (0)