Skip to content

Commit

Permalink
fix single tag handling
Browse files Browse the repository at this point in the history
  • Loading branch information
carnager committed Jul 16, 2016
1 parent 9df5101 commit fc7edd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buku_run
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ addTags () {
tags+=("$tag")
done
else
tags=${inserttags%?}
tags=${inserttags}
fi
if [[ $1 == "--update" ]]; then
buku -u "${id}" --tag ${tags}
Expand Down

0 comments on commit fc7edd5

Please sign in to comment.