diff options
-rwxr-xr-x | scripts/manicure.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/manicure.rb b/scripts/manicure.rb index 7adc98e88..ae1139bb0 100755 --- a/scripts/manicure.rb +++ b/scripts/manicure.rb @@ -84,8 +84,7 @@ class Presets homeLocation = `echo $HOME`.chomp # Use that to build a path to the presets .plist - #inputFile = homeLocation+'/Library/Application Support/HandBrake/UserPresets.plist' - inputFile = homeLocation+'/UserPresets.plist' + inputFile = homeLocation+'/Library/Application Support/HandBrake/UserPresets.plist' # Parse the presets into hashes @hashMasterList = Plist::parse_xml( inputFile ) |