diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/doctor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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')) |
