Skip to content

Commit

Permalink
Update easyfilehider.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinTruex68 authored Feb 18, 2019
1 parent 9ec361d commit f814722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easyfilehider.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


class EasyFileHider(sublime_plugin.TextCommand):
settingsHolder = 'EasyFileHider/settingsHolder.json'
settingsHolder = 'settingsHolder.json'
def run(self, edit):
settings = '{ "file_exclude_patterns": [] }'
fep = "file_exclude_patterns"
Expand Down

0 comments on commit f814722

Please sign in to comment.