Skip to content

Commit

Permalink
(#63) modernise windows prefix
Browse files Browse the repository at this point in the history
Signed-off-by: R.I.Pienaar <[email protected]>
  • Loading branch information
ripienaar committed Dec 15, 2020
1 parent 4f436ab commit 31936e3
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 31936e3

Please sign in to comment.