Skip to content

Commit 0e67918

Browse files
authored
Merge pull request #6 from AdrianSchurz/fix-url-and-tag-editing
Fix url and tag editing
2 parents 9d12723 + 6a918b0 commit 0e67918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: buku_run

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,9 @@ editMenu () {
159159
main
160160
elif [[ $editmenu == "tags: NOTAG" ]]; then
161161
addTags --update
162-
elif [[ $editmenu =~ "tags:*" ]]; then
162+
elif [[ $editmenu =~ tags:* ]]; then
163163
tags="${tags}" editTags
164-
elif [[ $editmenu =~ "url:*" ]]; then
164+
elif [[ $editmenu =~ url:* ]]; then
165165
editBookmark
166166
fi
167167
fi

0 commit comments

Comments
 (0)