Browse Source

[d] doit complains of missing 'actions'

Blallo 5 years ago
parent
commit
5b2b64c659
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dodo.py

+ 1 - 0
dodo.py

@@ -89,6 +89,7 @@ def task__fix_perms():
     '''fix permissions for shared www dir'''
     # currently empty, but keeping it for later use
     return {
+        'actions': None,
     }