Skip to content

Commit ba349cd

Browse files
committed
More fixes. Ugh
1 parent 23470c8 commit ba349cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RakeFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ end
116116
namespace :docs do
117117
desc 'Create API docs'
118118
docu :build do |d|
119-
d.command 'tools/docu/docu.exe'
119+
d.command = 'tools/docu/docu.exe'
120120
d.assemblies 'build/FluentNHibernate.dll'
121121
end
122122
end

0 commit comments

Comments
 (0)