Bladeren bron

Fix showing added book

Samuel W. Flint 3 maanden geleden
bovenliggende
commit
ba9438be75
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      library.org

+ 1 - 1
library.org

@@ -295,7 +295,7 @@ This handles git as needed, by first checking to see if the first argument is ~i
              "${LIBRARY_FILE}"
              "${LIBRARY_FILE}"
       do_git add `basename "${LIBRARY_FILE}"`
       do_git add `basename "${LIBRARY_FILE}"`
       do_git commit -m "Added record for \"${TITLE}\""
       do_git commit -m "Added record for \"${TITLE}\""
-      library query -i --uniq -e "Title ~ \"${TITLE}" | less
+      library query -i --uniq -e "Title ~ \"${TITLE}\"" | less
   }
   }
 #+END_SRC
 #+END_SRC