From 2c11dbb6166ce1edf79dbb5abcda44e873669a66 Mon Sep 17 00:00:00 2001 From: Crt Mori Date: Mon, 14 Dec 2020 20:02:51 +0100 Subject: [PATCH] rake build should be rake create There is no build task in the Rakefile, so I assume build was renamed to create somewhere along the path. Fix the printout to match this --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index c0ebe33..edfe5d9 100644 --- a/Rakefile +++ b/Rakefile @@ -355,7 +355,7 @@ desc "WTF? How does this mess work?" puts "####################" puts "# START a new book #" puts "####################" - puts "bundle exec rake build" + puts "bundle exec rake create" puts "" puts "#################################" puts "# DELETE all evidence of a book #"