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 b2ddcc8..d0f23d7 100644 --- a/lib/gitlab_shell.rb +++ b/lib/gitlab_shell.rb @@ -3,7 +3,7 @@ require 'shellwords' require_relative 'gitlab_net' class GitlabShell - DisallowedCommandError = Class.new(StandardError) + class DisallowedCommandError < StandardError; end attr_accessor :key_id, :repo_name, :git_cmd, :repos_path, :repo_name |