Skip to content

Commit

Permalink
Use bolt dir, not etc
Browse files Browse the repository at this point in the history
  • Loading branch information
lucywyman committed Jun 3, 2021
1 parent a003a6e commit 2eb55a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exe/bolt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# frozen_string_literal: true

if RbConfig::CONFIG['host_os'] =~ /mswin|mingw|cygwin/
ENV['BOOTSNAP_CACHE_DIR'] = File.join(ENV['ProgramData'], 'Puppetlabs', 'bolt', 'etc')
ENV['BOOTSNAP_CACHE_DIR'] = File.join(ENV['ProgramData'], 'Puppetlabs', 'bolt')
require 'bootsnap/setup'
end
require 'bolt'
Expand Down

0 comments on commit 2eb55a0

Please sign in to comment.