Skip to content

Commit 59f593d

Browse files
committed
Fix path for openbolt runtime on Windows
This moves it back to the PuppetLabs/Bolt directory so that the rest of the build process find the right things in the right places. We'll consider changing paths sometime later.
1 parent 4759252 commit 59f593d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configs/projects/openbolt-runtime.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
end
3131
# We build for windows not in the final destination, but in the paths that correspond
3232
# to the directory ids expected by WIX. This will allow for a portable installation (ideally).
33-
proj.setting(:prefix, File.join('C:', proj.base_dir, proj.company_id, proj.product_id))
33+
proj.setting(:prefix, File.join('C:', proj.base_dir, proj.pl_company_id, proj.pl_product_id))
3434
else
3535
proj.setting(:prefix, '/opt/puppetlabs/bolt')
3636
end

0 commit comments

Comments
 (0)