From 2b579797e0c86e2aa7d845ba6a202719903a14f2 Mon Sep 17 00:00:00 2001 From: David Carlos Date: Mon, 7 Dec 2015 17:13:59 -0200 Subject: [PATCH] Fixs path for sed command. --- cookbooks/gitlab/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/gitlab/recipes/default.rb b/cookbooks/gitlab/recipes/default.rb index 7da1b86..661bab6 100644 --- a/cookbooks/gitlab/recipes/default.rb +++ b/cookbooks/gitlab/recipes/default.rb @@ -100,5 +100,5 @@ execute 'selinux-gitlab' do end execute 'fix-relative-url-for-assets' do - command 'sed -i \'s/# config.relative_url_root = "\/gitlab"/config.relative_url_root = "\/gitlab"/\' config/application.rb' + command 'sed -i \'s/# config.relative_url_root = "\/gitlab"/config.relative_url_root = "\/gitlab"/\' /usr/lib/gitlab/config/application.rb' end -- libgit2 0.21.2