diff options
Diffstat (limited to '')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -390,6 +390,7 @@ def blog_url(user, project) "http://#{user}.github.io" end url += "/#{project}" unless project == '' + url end desc "list tasks" |