Explorar o código

Fixed a parse error

Samuel W. Flint %!s(int64=8) %!d(string=hai) anos
pai
achega
bb83cc028e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      library.org

+ 1 - 1
library.org

@@ -247,7 +247,7 @@ This handles git as needed, by first checking to see if the first argument is ~i
 #+Name: add-book
 #+BEGIN_SRC sh
   function add-single {
-      if [[ $# -lt 7]] ; then
+      if [[ $# -lt 7 ]] ; then
       echo -n "Title: "
       read TITLE
       echo -n "Author: "