diff options
Diffstat (limited to 'units/ib_name.zsh')
| -rw-r--r-- | units/ib_name.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/ib_name.zsh b/units/ib_name.zsh index 13d901f..808029f 100644 --- a/units/ib_name.zsh +++ b/units/ib_name.zsh @@ -36,7 +36,7 @@ do fi done -ib_post_id="$(sed '2!d' <<< "${reply_text}" | cut -d ' ' -f 2)" +ib_post_id="$(sed '2!d' <<< "${reply_text}" | cut -F 2)" if [[ -z "${ib_post_id}" ]] then |
