Skip to content

Commit

Permalink
(MAINT) fix incorrect orchestrator config file name (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
zreichert authored and tvpartytonight committed Aug 15, 2016
1 parent 919dcf3 commit af220d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/beaker-pe/pe-client-tools/config_file_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Private

def self.file_name(tool)
if tool =~ /orchestrator|job|app/i
'puppet-orchestrator.conf'
'orchestrator.conf'
elsif tool =~ /code/i
'puppet-code.conf'
elsif tool =~ /access/i
Expand Down

0 comments on commit af220d3

Please sign in to comment.