From 19e45ed48d58f01bb724bf40afca2ef9a323775d Mon Sep 17 00:00:00 2001 From: tyler-ball Date: Fri, 13 Sep 2019 12:42:39 -0600 Subject: [PATCH] Fixing a broken path in the omnibus build Signed-off-by: tyler-ball --- omnibus/config/software/windows-env-customization.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnibus/config/software/windows-env-customization.rb b/omnibus/config/software/windows-env-customization.rb index e35e90eae..a06e99537 100644 --- a/omnibus/config/software/windows-env-customization.rb +++ b/omnibus/config/software/windows-env-customization.rb @@ -22,7 +22,7 @@ skip_transitive_dependency_licensing true license :project_license -source path: "#{project.files_path}/#{name}" +source path: "#{project.files_path}/env-customization" dependency "ruby"