Skip to content

Commit

Permalink
chore: git clone using plain URL
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanomunarini committed Oct 11, 2023
1 parent 162a693 commit dca243d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dca243d

Please sign in to comment.