From 4bc502c33d690b2634a73d568a9f7c7000555d60 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 21 Jul 2026 10:52:02 +0100 Subject: bin: update paths after github's move MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- bin/doctor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/doctor.rb b/bin/doctor.rb index e299450..70034d3 100755 --- a/bin/doctor.rb +++ b/bin/doctor.rb @@ -98,7 +98,7 @@ File.symlink(File.join(SOURCE, '.global.gitignore'), dst) puts "2. Downloading stuff from the internet." -src_home = File.join(Dir.home, 'src/github.com/mssola') +src_home = File.join(Dir.home, 'src/git.mssola.com/public/misc') # The 'g' utility. if File.exist?(File.join(src_home, 'g')) -- cgit v1.2.3