From 7aed1710383bc0b8c656831f96335c3ba1298fb1 Mon Sep 17 00:00:00 2001 From: Christian Winther Date: Tue, 14 Mar 2017 10:12:48 +0100 Subject: [PATCH] Fix #2445 Close #2445 - typo in docs --- website/source/docs/job-specification/template.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/job-specification/template.html.md b/website/source/docs/job-specification/template.html.md index b2a41ae1c..88fa109c7 100644 --- a/website/source/docs/job-specification/template.html.md +++ b/website/source/docs/job-specification/template.html.md @@ -33,7 +33,7 @@ job "docs" { source = "local/redis.conf.tpl" destination = "local/redis.conf" change_mode = "signal" - change_signal = "SIGNINT" + change_signal = "SIGINT" } } }