aboutsummaryrefslogtreecommitdiff
path: root/plugins/style/recompute_STYLE_N.sh
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-11-20 10:54:40 +0000
committerNunoSempere <nuno.sempere@protonmail.com>2023-11-20 10:54:40 +0000
commit6a3581b7e0928a0df7b5bd8ec850f12101509b23 (patch)
treec9a1fae92b6324ff706a9b48978bf843a483d026 /plugins/style/recompute_STYLE_N.sh
parent39bb8510c187f113d7e6e95662486820ba37b26e (diff)
tweak: more twitter tweaks
Diffstat (limited to 'plugins/style/recompute_STYLE_N.sh')
-rwxr-xr-xplugins/style/recompute_STYLE_N.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/style/recompute_STYLE_N.sh b/plugins/style/recompute_STYLE_N.sh
index 9202894..3e0f30a 100755
--- a/plugins/style/recompute_STYLE_N.sh
+++ b/plugins/style/recompute_STYLE_N.sh
@@ -5,5 +5,5 @@ sed_wrapper()
} ## e.g., sedr "s/target/replacement/g"
STYLE_N=`wc -c style.js | cut -d " " -f 1`
-sed_wrapper "s/^#define STYLE_N .*/#define STYLE_N $STYLE_N + 100/g"
+sed_wrapper "s/^#define STYLE_N .*/#define STYLE_N $STYLE_N + 1000/g"