summaryrefslogtreecommitdiff
path: root/lib/gitlab_update.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab_update.rb')
-rw-r--r--lib/gitlab_update.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab_update.rb b/lib/gitlab_update.rb
index 4b0673f..3857346 100644
--- a/lib/gitlab_update.rb
+++ b/lib/gitlab_update.rb
@@ -9,7 +9,7 @@ class GitlabUpdate
@config = GitlabConfig.new
@repo_path = repo_path.strip
- @repo_name = repo_path
+ @repo_name = @repo_path
@repo_name.gsub!(config.repos_path.to_s, "")
@repo_name.gsub!(/\.git$/, "")
@repo_name.gsub!(/^\//, "")