ソースを参照

fix a misuse in get_latest_version's hostname

谢俊琨 3 年 前
コミット
530a328db9
1 ファイル変更1 行追加1 行削除
  1. 1 1
      lib/docs/scrapers/eigen3.rb

+ 1 - 1
lib/docs/scrapers/eigen3.rb

@@ -26,7 +26,7 @@ module Docs
 
 
     def get_latest_version(opts)
-      tags = get_gitlab_tags("https://gitlab.com", "libeigen", "eigen", opts)
+      tags = get_gitlab_tags("gitlab.com", "libeigen", "eigen", opts)
       tags[0]['name']
     end