Skip to content

Commit

Permalink
fix confdir /usr/share/i-nex/pastebinit/pastebin.d
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Dec 22, 2013
1 parent c01b108 commit 74d81e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pastebinit
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ try:
# - user's overrides in ~/.pastebin.d
# Files found later override files found earlier.
pastebind = {}
for confdir in ['/usr/share/pastebin.d','/etc/pastebin.d','/usr/local/etc/pastebin.d',
for confdir in ['/usr/share/i-nex/pastebinit/pastebin.d','/etc/pastebin.d','/usr/local/etc/pastebin.d',
os.path.expanduser('~/.pastebin.d'),
os.path.join(os.path.dirname(__file__), 'pastebin.d')]:
try:
Expand Down

0 comments on commit 74d81e6

Please sign in to comment.