Commit 70937bfaec3a3466d891899143dd96b81d190e54
1 parent
6825af92
Exists in
master
and in
2 other branches
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,7 +21,7 @@ maintainer "GitLab.com" | ||
21 | homepage "http://www.gitlab.com/" | 21 | homepage "http://www.gitlab.com/" |
22 | 22 | ||
23 | replaces "gitlab" | 23 | replaces "gitlab" |
24 | -install_path "/opt/gitlab" | 24 | +install_dir "/opt/gitlab" |
25 | build_version Omnibus::BuildVersion.new.semver | 25 | build_version Omnibus::BuildVersion.new.semver |
26 | build_iteration 1 | 26 | build_iteration 1 |
27 | 27 |