diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-06-17 08:06:14 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-06-17 08:06:14 +0200 |
commit | 35b257fb69fc7f7821c108a33f21ab316cd74abe (patch) | |
tree | 99b523d25b96f7e2dbd7ac3cd085999e3d01d192 /tasks/helpers.rb | |
parent | d5265bb9ae3cd188b72573b34e908c35c74903f9 (diff) | |
download | zorglub-35b257fb69fc7f7821c108a33f21ab316cd74abe.zip zorglub-35b257fb69fc7f7821c108a33f21ab316cd74abe.tar.gz |
clean tasks files
Diffstat (limited to 'tasks/helpers.rb')
-rw-r--r-- | tasks/helpers.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/helpers.rb b/tasks/helpers.rb index b43117a..df5bd50 100644 --- a/tasks/helpers.rb +++ b/tasks/helpers.rb @@ -89,7 +89,7 @@ end # files = [] # exclude = PROJ.exclude.dup # comment = %r/^\s*#/ -# +# # # process the ignore file and add the items there to the exclude list # if test(?f, PROJ.ignore_file) # ary = [] |