Skip to content
This repository was archived by the owner on Dec 30, 2021. It is now read-only.

Commit 66634cb

Browse files
authored
.travis.yml: fix resolv.conf path
1 parent d093b6d commit 66634cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ script:
2424
- sudo umount mntfs
2525
-
2626
- echo "# This file was automatically generated by WSL. To stop automatic generation
27-
of this file, remove this line." | sudo tee ./rootfs/resolv.conf
27+
of this file, remove this line." | sudo tee ./rootfs/etc/resolv.conf
2828
-
2929
- cd rootfs
3030
- sudo tar -zcpf ../rootfs.tar.gz *

0 commit comments

Comments
 (0)