diff options
Diffstat (limited to 'lib/gitlab_shell.rb')
-rw-r--r-- | lib/gitlab_shell.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab_shell.rb b/lib/gitlab_shell.rb index 086e36b..6edb748 100644 --- a/lib/gitlab_shell.rb +++ b/lib/gitlab_shell.rb @@ -93,7 +93,7 @@ class GitlabShell if File.absolute_path(full_repo_path) == full_repo_path path else - raise "Wrong repository path" + abort "Wrong repository path" end end end |