From 9fcbe97651c3b4c786e1ced2fe4a87bd7363fc0a Mon Sep 17 00:00:00 2001 From: Nicolas Setton Date: Mon, 18 Dec 2017 08:23:14 -0500 Subject: [PATCH] Minor fix --- design/notes.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/design/notes.txt b/design/notes.txt index de249b8..4aed3a6 100644 --- a/design/notes.txt +++ b/design/notes.txt @@ -55,8 +55,8 @@ for a in $list; do ./manage.py fill_examples --dir=resources/Compile_And_Prove_D # TODO: add a facility to do this # Setup: -cd resources/books ; git clone https://github.com/Robert-Tice/Ada_For_The_CPP_Java_Developer.git ; https://github.com/Robert-Tice/Ada_for_the_C_Programmer_Book.git +cd resources/books ; git clone https://github.com/Robert-Tice/Ada_For_The_CPP_Java_Developer.git ; git clone https://github.com/Robert-Tice/Ada_for_the_C_Programmer_Book.git ./manage.py fill_books --remove_all list="Ada_for_the_C_Programmer_Book Ada_For_The_CPP_Java_Developer" -for a in $list; do ./manage.py fill_books --dir=resources/books/$a ; done \ No newline at end of file +for a in $list; do ./manage.py fill_books --dir=resources/books/$a ; done