Skip to content

Commit 5e13ed3

Browse files
authored
Merge pull request #16 from isaaclo123/master
Fixes issue #12
2 parents 1ea3b25 + a8ac82f commit 5e13ed3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: buku_run

+2-1
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,13 @@ editBookmark () {
185185
exit
186186
elif [[ $val -eq 0 ]]; then
187187
if [[ $bmarkmenu == "http"* ]]; then
188-
buku -u "${id}" --url "${bookmark}"
188+
buku -u "${id}" --url "${bmarkmenu}"
189189
else
190190
echo "" | rofi -e "Not a valid URI, Make sure URLs start with http"
191191
editBookmark
192192
fi
193193
fi
194+
mode=bookmarks main
194195
}
195196

196197
addMark () {

0 commit comments

Comments
 (0)