add missing space

This commit is contained in:
Praveen Arimbrathodiyil 2016-02-09 21:45:06 +05:30
parent 6fb438e2b0
commit c2604b1c2c

View file

@ -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'