fix: typo

This commit is contained in:
张泊明518370910136 2025-06-30 19:31:59 -04:00
parent 37e0f35401
commit 9d9d4ecd45
GPG Key ID: D47306D7062CDA9D

View File

@ -40,8 +40,8 @@ command = "sh -c 'yes | head -n 10 > yes.txt'" # command to run in the sandbox,
files.import = [ "tools/filelength" ]
# files to import into the sandbox
# key is the path in the host, value is the path in the sandbox
# e.g. this will copy `/home/tt/.config/joj/h7/Makefile` in host
# to `/w/tools/Makefile` in the sandbox
# e.g. this will copy `/home/tt/.config/joj/tools/Makefile` in host
# to `/w/h7/Makefile` in the sandbox
files.import-map = { "tools/Makefile" = "h7/Makefile" }
# files to export from the sandbox, relative to `/w`, will be imported to later
# stages automatically