Skip to content

Commit

Permalink
Update webhook.bin.erb
Browse files Browse the repository at this point in the history
Fixes #427
  • Loading branch information
rnelson0 authored May 1, 2018
1 parent 992031c commit 62c0a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/webhook.bin.erb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class Server < Sinatra::Base
end

module_name = sanitize_input(module_name)
$logger.info("Deploying module #{module_name}" in the background.)
$logger.info("Deploying module #{module_name} in the background.")
Process.detach(fork { deploy_module(module_name) })
end

Expand Down

0 comments on commit 62c0a30

Please sign in to comment.