Commit 70937bfaec3a3466d891899143dd96b81d190e54

Authored by Jacob Vosmaer
1 parent 6825af92

Use install_dir instead of install_path

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/projects/gitlab.rb
... ... @@ -21,7 +21,7 @@ maintainer "GitLab.com"
21 21 homepage "http://www.gitlab.com/"
22 22  
23 23 replaces "gitlab"
24   -install_path "/opt/gitlab"
  24 +install_dir "/opt/gitlab"
25 25 build_version Omnibus::BuildVersion.new.semver
26 26 build_iteration 1
27 27  
... ...