From 42b3c79d8ceadb452606e2c9742704b21650be5c Mon Sep 17 00:00:00 2001 From: Liao Penghui Date: Thu, 5 May 2016 17:07:26 +0800 Subject: [PATCH] Remove useless double quote Change-Id: I6cbb531dd50c6893b710e4f623a4834ac7e39e76 --- devdocs/develop/architecture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devdocs/develop/architecture.rst b/devdocs/develop/architecture.rst index 74e5bad1c..40aca0ab7 100644 --- a/devdocs/develop/architecture.rst +++ b/devdocs/develop/architecture.rst @@ -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.