From a796f19ba950b04172b181c9fe736ed5623bdb52 Mon Sep 17 00:00:00 2001 From: lucha <lucha@paranoici.org> Date: Sat, 2 Dec 2017 13:37:14 -0800 Subject: [PATCH] count-options uses on-local-blogs instead than on-all-blogs --- bin/count-option | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/count-option b/bin/count-option index 2cb3084..7a014da 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], -- GitLab