where did i actually spell this correctly?

This commit is contained in:
John Bintz 2012-07-03 22:42:58 -04:00
parent 7165b24ee4
commit 6a0f374470
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ end
port = <%= thin_port %> + port_id
God.watch do |w|
# assign all watches to this group so personal_diety can stop/start them all at once
# assign all watches to this group so personal_deity can stop/start them all at once
w.group = "<%= application %>"
w.name = "<%= application %>-thin-#{port}"

View File

@ -2,7 +2,7 @@
base_command="bundle exec god -p <%= god_port %>"
if [ -z $1 ]; then
$base_command --log-level <%= god_log_level %> -l <%= personal_diety_target %>/god.log -c <%= config_path %> -P <%= personal_diety_target %>/god.pid
$base_command --log-level <%= god_log_level %> -l <%= personal_deity_target %>/god.log -c <%= config_path %> -P <%= personal_deity_target %>/god.pid
else
$base_command $@
fi

View File

@ -1,4 +1,4 @@
job_type :god, '<%= generate_personal_diety_command %>'
job_type :god, '<%= generate_personal_deity_command %>'
every(:reboot) { god "run" }