diff options
Diffstat (limited to 'git-mirror-gitlab-ee')
-rwxr-xr-x | git-mirror-gitlab-ee | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-mirror-gitlab-ee b/git-mirror-gitlab-ee index 425bb48..80a6d37 100755 --- a/git-mirror-gitlab-ee +++ b/git-mirror-gitlab-ee @@ -14,6 +14,7 @@ # pretty clean, except that screen-scraping the reads (via nokogiri) # is gross, and that the error messages are unhelpful. +$:.unshift File.dirname(__FILE__) load 'git-mirror-gitlab-ce' require 'net/http' require 'uri' |