From 5a9dde687fce996340b0772475bf03ac786f2fba Mon Sep 17 00:00:00 2001 From: Ahmed AbouZaid Date: Sun, 3 Feb 2019 16:10:22 +0100 Subject: [PATCH] better names for output files --- books.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/books.sh b/books.sh index f1f0e38..4dda781 100644 --- a/books.sh +++ b/books.sh @@ -8,7 +8,7 @@ BOOKS=( ["SRE_BOOK"]=' BOOK_NAME=sre-book BOOK_NAME_FULL=Site Reliability Engineering - BOOK_FILE=google-sre-book + BOOK_FILE=google-site-reliability-engineering BOOK_TOC_URL=https://landing.google.com/sre/sre-book/toc/index.html ' @@ -16,7 +16,7 @@ BOOKS=( ["SRW_BOOK"]=' BOOK_NAME=workbook BOOK_NAME_FULL=The Site Reliability Workbook - BOOK_FILE=google-sre-workbook + BOOK_FILE=google-the-site-reliability-workbook BOOK_TOC_URL=https://landing.google.com/sre/workbook/toc/index.html '