Close #2445 - typo in docs
This commit is contained in:
Christian Winther 2017-03-14 10:12:48 +01:00 committed by GitHub
parent 7301efbfa1
commit b12323f08c
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ job "docs" {
source = "local/redis.conf.tpl"
destination = "local/redis.conf"
change_mode = "signal"
change_signal = "SIGNINT"
change_signal = "SIGINT"
}
}
}