diff options
author | Salim Alam <salam@chef.io> | 2015-12-14 12:05:24 -0800 |
---|---|---|
committer | Salim Alam <salam@chef.io> | 2015-12-14 12:05:24 -0800 |
commit | 245c63d4e13431f541829683ff4608d09c7b3595 (patch) | |
tree | 3f2e4aabd5b85973e7d474c4939392ddcdd89b6b | |
parent | 8ca73038e169fc7ca0052c8a8c53f7d2a9944c33 (diff) | |
parent | bf085f7db03303e25be6979c9d0549fec0eaf773 (diff) | |
download | chef-245c63d4e13431f541829683ff4608d09c7b3595.tar.gz |
Merge pull request #559 from chef/salam/typo-fix
Fix typo in project location
-rw-r--r-- | resources/chef/msi/source.wxs.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/chef/msi/source.wxs.erb b/resources/chef/msi/source.wxs.erb index 4a4d45abc1..d9c05127ed 100644 --- a/resources/chef/msi/source.wxs.erb +++ b/resources/chef/msi/source.wxs.erb @@ -77,7 +77,7 @@ </Component> </Directory> <Directory Id="INSTALLLOCATION" Name="opscode"> - <Directory Id="PROJECTLOCATION" Name="#(var.ProjectLocationDir)" > + <Directory Id="PROJECTLOCATION" Name="$(var.ProjectLocationDir)" > <Directory Id="PROJECTLOCATIONBIN" Name="bin" > <Component Id="ChefClientPath" Guid="{7F663F88-55A2-4E20-82BF-8BD2E60BB83A}" > <Environment Id="ClientPathEnvironment" |