diff --git a/setup/installer/__init__.py b/setup/installer/__init__.py index e07586eefd..f2d598e33a 100644 --- a/setup/installer/__init__.py +++ b/setup/installer/__init__.py @@ -138,7 +138,7 @@ class VMInstaller(Command): self.vm = self.VM if not self.vmware_started(): self.start_vmware() - subprocess.call(['chmod', '-R', '+r', 'resources/recipes']) + subprocess.call(['chmod', '-R', '+r', 'recipes']) self.start_vm() self.download_installer() if not self.dont_shutdown: