diff --git a/bin/count-option b/bin/count-option index 2cb3084e8d04f6d02950245170fe7dbc38cc5812..7a014daded1ed7a26e13d9d7885085aaf7ae45a2 100755 --- a/bin/count-option +++ b/bin/count-option @@ -9,8 +9,8 @@ import sys import json from collections import defaultdict -ALL_BLOGS_BIN = os.path.abspath( - os.path.join(os.path.dirname(__file__), 'on-all-blogs')) +ALL_LOCAL_BLOGS_BIN = os.path.abspath( + os.path.join(os.path.dirname(__file__), 'on-local-blogs')) def get_option(opt): pipe = subprocess.Popen([ALL_BLOGS_BIN, 'get-option', opt],