Remove useless double quote

Change-Id: I6cbb531dd50c6893b710e4f623a4834ac7e39e76
This commit is contained in:
Liao Penghui 2016-05-05 17:07:26 +08:00
parent 94034c7c27
commit 42b3c79d8c
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ the Puppet process in the background using the **daemonize** tool.
The command looks like this:
::
daemonize puppet apply /etc/puppet/manifests/site.pp"
daemonize puppet apply /etc/puppet/manifests/site.pp
Astute periodically polls the agent to check if the deployment has
finished and reports the progress to Nailgun through its RabbitMQ queue.