From cd03bb635efa6784684e43f19bdf752f0aa386f4 Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Fri, 15 Aug 2008 20:04:50 +0000 Subject: [PATCH] Renaming the file to avoid a potential issue with the lingering the-blog-data.db from iteration 9 interfering with iteration 10. svn: r11284 --- .../web-server/scribblings/tutorial/examples/iteration-10.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/web-server/scribblings/tutorial/examples/iteration-10.ss b/collects/web-server/scribblings/tutorial/examples/iteration-10.ss index ed687bf176..32fed24450 100644 --- a/collects/web-server/scribblings/tutorial/examples/iteration-10.ss +++ b/collects/web-server/scribblings/tutorial/examples/iteration-10.ss @@ -9,7 +9,7 @@ (render-blog-page (initialize-blog! (build-path (find-system-path 'home-dir) - "the-blog-data.db")) + "the-blog-data.sqlite")) request)) ;; render-blog-page: blog request -> html-response