Skip to content

Commit

Permalink
Merge pull request #77 from ripienaar/63
Browse files Browse the repository at this point in the history
(#63) modernise windows prefix
  • Loading branch information
ripienaar authored Dec 15, 2020
2 parents 4f436ab + 31936e3 commit c6a0282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mcollective/util.rb
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def self.empty_filter
# Returns the PuppetLabs mcollective path for windows
def self.windows_prefix
require "win32/dir"
File.join(Dir::COMMON_APPDATA, "PuppetLabs", "mcollective")
File.join(Dir::COMMON_APPDATA, "PuppetLabs", "choria")
end

def self.choria_windows_prefix
Expand Down

0 comments on commit c6a0282

Please sign in to comment.