From 44158c6f63679eb09e70cb3b56d13ef231b24a78 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Thu, 6 Feb 2014 15:20:22 +0100 Subject: [PATCH] Fix typo in postinst script --- package-scripts/gitlab/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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