master
muflax 2012-04-18 23:14:15 +02:00
parent 9f61a73a30
commit 75185d1b3f
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ module ::Nanoc
# only upload pigs for main site
unless $site == "muflax"
@config[:deploy][:default][:options] << "--exclude pigs/"
@config[:deploy][:default][:options] << "--exclude=pigs/"
end
@config[:watcher][:dirs_to_watch] << "content_#{site}"