Skip to content

Commit 960d599

Browse files
committed
Fix path for license file.
Signed-off-by: Ryan Hass <[email protected]>
1 parent 61a8747 commit 960d599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/chef-marketplace-cookbooks/chef-marketplace/recipes/_automate_enable.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
end
4141

4242
# Use a 30 day trial license if we're on Azure
43-
cookbook_file 'var/opt/delivery/license/delivery.license' do
43+
cookbook_file '/var/opt/delivery/license/delivery.license' do
4444
source 'delivery.license'
4545
action :create_if_missing
4646
not_if { node["chef-marketplace"]["license"]["type"] == "flexible" }

0 commit comments

Comments
 (0)