diff --git a/package-scripts/gitlab/postinst b/package-scripts/gitlab/postinst index e337f09..e1f8b2d 100755 --- a/package-scripts/gitlab/postinst +++ b/package-scripts/gitlab/postinst @@ -14,7 +14,7 @@ function error_exit for command in gitlab-ctl gitlab-rake do - ln -sf /opt/gitlab/bin/$command} /usr/bin || error_exit "Could not symlink $command in /usr/bin" + ln -sf /opt/gitlab/bin/$command /usr/bin || error_exit "Could not symlink $command in /usr/bin" done echo "Thank you for installing GitLab!" -- libgit2 0.21.2