add missing space
This commit is contained in:
parent
6fb438e2b0
commit
c2604b1c2c
1 changed files with 1 additions and 1 deletions
2
debian/rake-tasks.sh
vendored
2
debian/rake-tasks.sh
vendored
|
@ -32,7 +32,7 @@ fi
|
|||
|
||||
sed -i \
|
||||
"s/gitlab_url: http:\/\/localhost/gitlab_url: ${gl_proto}:\/\/${GITLAB_HOST}/"\
|
||||
${gitlab_shell_root}/config.yml
|
||||
${gitlab_shell_root}/config.yml
|
||||
|
||||
# Check gitlab is configured correctly
|
||||
su ${gitlab_user} -s /bin/sh -c 'bundle exec rake gitlab:check RAILS_ENV=production'
|
||||
|
|
Loading…
Reference in a new issue