From dca243d49e81ca14d6bad2195580aa137f35b042 Mon Sep 17 00:00:00 2001 From: stefanomunarini Date: Wed, 11 Oct 2023 16:15:41 +0100 Subject: [PATCH] chore: git clone using plain URL --- crawler.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawler.rb b/crawler.rb index 27febdfd865..fd6024081fb 100644 --- a/crawler.rb +++ b/crawler.rb @@ -7,7 +7,7 @@ puts "Started at: #{t1}" token = ARGV.shift -system("git clone https://x-access-token:#{token}@github.com/ietf-ribose/ieee-rawbib.git ieee-rawbib") +system("git clone https://#{token}@github.com/ietf-ribose/ieee-rawbib.git ieee-rawbib") FileUtils.rm_rf("data") RelatonIeee::DataFetcher.fetch