Skip to content

Commit 23470c8

Browse files
committed
Fix for docu after albacore upgrade
1 parent d30f3d4 commit 23470c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RakeFile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ end
116116
namespace :docs do
117117
desc 'Create API docs'
118118
docu :build do |d|
119-
d.path_to_command = 'tools/docu/docu.exe'
120-
d.assemblies << 'build/FluentNHibernate.dll'
119+
d.command 'tools/docu/docu.exe'
120+
d.assemblies 'build/FluentNHibernate.dll'
121121
end
122122
end
123123

0 commit comments

Comments
 (0)