diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-16 14:12:59 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-16 14:12:59 -0500 |
commit | fd8b6d5e0763d1c7348f6db9c681c1b2d1308f37 (patch) | |
tree | dd906e75ffcd49badafe338c33ea09268d458fc4 /git-mirror-gitlab-ee | |
parent | 8a603c978fa0642b02c2fcbb749bf4c3c2793c29 (diff) |
Set Ruby search path appropriately
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' |