Skip to content

Commit fc7edd5

Browse files
committed
fix single tag handling
1 parent 9df5101 commit fc7edd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buku_run

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ addTags () {
197197
tags+=("$tag")
198198
done
199199
else
200-
tags=${inserttags%?}
200+
tags=${inserttags}
201201
fi
202202
if [[ $1 == "--update" ]]; then
203203
buku -u "${id}" --tag ${tags}

0 commit comments

Comments
 (0)