From 2d8311dac9b66b8157ab9466d320a37817517edc Mon Sep 17 00:00:00 2001 From: Olli Helenius Date: Sat, 18 Jul 2020 14:26:44 +0300 Subject: [PATCH] nixos/manual: Fix reference to copy_from_host --- nixos/doc/manual/development/writing-nixos-tests.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/doc/manual/development/writing-nixos-tests.xml b/nixos/doc/manual/development/writing-nixos-tests.xml index ff37b3b2f6f3..d9dc3cd5e2ac 100644 --- a/nixos/doc/manual/development/writing-nixos-tests.xml +++ b/nixos/doc/manual/development/writing-nixos-tests.xml @@ -390,7 +390,7 @@ start_all() Copies a file from host to machine, e.g., - copy_file_from_host("myfile", "/etc/my/important/file"). + copy_from_host("myfile", "/etc/my/important/file"). The first argument is the file on the host. The file needs to be