Removed a doubled 'placed'

This commit is contained in:
Crsi 2021-02-15 19:11:19 +01:00
parent 8444b4b572
commit fae89440aa

View File

@ -288,7 +288,7 @@ We should get "3" as answer.
Here we create an RPC call that reads a specific file from a predefined directory on the target.
This example uses an [argument](#service-policies-with-arguments) to the policy.
In this example a simplified workflow will be used. The service code placed is placed directly in the service definition file on the target VM.
In this example a simplified workflow will be used. The service code is placed directly in the service definition file on the target VM.
No separate client script will be needed.
First, on your target VM, create two files in the home directory: `testfile1` and `testfile2`.