aboutsummaryrefslogtreecommitdiff
path: root/operators/command_post.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'operators/command_post.zsh')
-rw-r--r--operators/command_post.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/operators/command_post.zsh b/operators/command_post.zsh
index 2ead112..e92cf9b 100644
--- a/operators/command_post.zsh
+++ b/operators/command_post.zsh
@@ -16,7 +16,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"