diff options
author | Peter Wilmott <p@p8952.info> | 2015-04-14 23:35:09 +0100 |
---|---|---|
committer | Peter Wilmott <p@p8952.info> | 2015-04-14 23:35:09 +0100 |
commit | 06fe2932ec965680cd15072a72540ae717f97c1c (patch) | |
tree | 426707495fe675b2bf4b6f48344c0a5072c4b431 | |
parent | Patch minitar to work when there is a .sock file in the directory tree (diff) | |
download | ruby-tinderbox-06fe2932ec965680cd15072a72540ae717f97c1c.tar.gz ruby-tinderbox-06fe2932ec965680cd15072a72540ae717f97c1c.tar.bz2 ruby-tinderbox-06fe2932ec965680cd15072a72540ae717f97c1c.zip |
Typo
-rw-r--r-- | web/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/Rakefile b/web/Rakefile index 038b34b..ab8f78c 100644 --- a/web/Rakefile +++ b/web/Rakefile @@ -20,7 +20,7 @@ namespace :db do desc 'Clear the packages database' task :clear_packages do - clear_build + clear_packages end desc 'Update the build database with logfiles from ci-logs/' |