Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Commit

Permalink
Fix typo in deployments helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hollinger committed Feb 5, 2018
1 parent 115a7c7 commit 8ad935b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/helpers/deployments.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def deploy(branch, deleted)
result = PuppetWebhook::Mcollective.new('r10k',
'deploy',
{
dtimeoute: settings.discovery_timeout,
dtimeout: settings.discovery_timeout,
timeout: settings.client_timeout
},
settings.client_cfg,
Expand Down Expand Up @@ -42,7 +42,7 @@ def deploy_module(module_name)
result = PuppetWebhook::Mcollective.new('r10k',
'deploy',
{
dtimeoute: settings.discovery_timeout,
dtimeout: settings.discovery_timeout,
timeout: settings.client_timeout
},
settings.client_cfg,
Expand Down

0 comments on commit 8ad935b

Please sign in to comment.