aboutsummaryrefslogtreecommitdiff
path: root/operators/callback_post.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'operators/callback_post.zsh')
-rw-r--r--operators/callback_post.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/operators/callback_post.zsh b/operators/callback_post.zsh
index 301001f..3baaebd 100644
--- a/operators/callback_post.zsh
+++ b/operators/callback_post.zsh
@@ -10,7 +10,7 @@ then
return
fi
-ib_hash="$(sha1sum <<< "${user_id}${ib_board}${ib_query}" | cut -d ' ' -f 1)"
+ib_hash="$(sha1sum <<< "${user_id}${ib_board}${ib_query}" | cut -F 1)"
ib_file="${cache}/${ib_hash}.json"
until mkdir "${cache}/${ib_hash}.lock"