Skip to content

Commit 164ca06

Browse files
author
Mitchell Levy
committed
Fix having the wrong quote mark
1 parent baa0cab commit 164ca06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ as follows:
4040
You may wish to include `-j$(nproc)` on the first `make` command to build in parallel.
4141

4242
Then, you can use a provided script to create a VHDX containing the modules:
43-
`$ ./Microsoft/scripts/gen_modules_vhdx.sh "$PWD/modules" modules.vhdx"
43+
`$ ./Microsoft/scripts/gen_modules_vhdx.sh "$PWD/modules" modules.vhdx`
4444

4545
To save space, you can now delete the compilation artifacts:
4646
`$ make clean && rm -r "$PWD/modules"`

0 commit comments

Comments
 (0)