This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 59b00662 rake docker:update fails
59b00662 is described below

commit 59b006626eec8ea8054fd94bcdbe6471993d242c
Author: Sebb <[email protected]>
AuthorDate: Tue May 17 21:03:05 2022 +0100

    rake docker:update fails
    
    This fixes #157
---
 Rakefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Rakefile b/Rakefile
index e52a4cdc..70fd96e7 100644
--- a/Rakefile
+++ b/Rakefile
@@ -435,6 +435,8 @@ namespace :docker do
         FileUtils.touch file unless File.exist? file
       end
     end
+    # in case
+    mkdir_p? '/srv/whimsy/www/docs/api'
     # there may be more
 
     # add support for CLI use

Reply via email to