Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 478f5a8

Browse files
Whoops. It's actually 'Pristine Copy/Bundles' :[
1 parent 8460b9c commit 478f5a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/textmate

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ class TextmateInstaller < Thor
101101
{ :Application => '/Applications/TextMate.app/Contents/SharedSupport/Bundles',
102102
:User => "#{ENV["HOME"]}/Library/Application Support/TextMate/Bundles",
103103
:System => '/Library/Application Support/TextMate/Bundles',
104-
:'User Pristine' => "#{ENV["HOME"]}/Library/Application Support/TextMate/Pristine Copy",
105-
:'System Pristine' => '/Library/Application Support/TextMate/Pristine Copy',
104+
:'User Pristine' => "#{ENV["HOME"]}/Library/Application Support/TextMate/Pristine Copy/Bundles",
105+
:'System Pristine' => '/Library/Application Support/TextMate/Pristine Copy/Bundles',
106106
}
107107
end
108108

0 commit comments

Comments
 (0)