Skip to content

Commit dfbd23d

Browse files
committed
stupid error
1 parent 85c13ec commit dfbd23d

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
@@ -86,7 +86,7 @@ namespace :source do
8686
end
8787

8888
task :choose_build_runner do |cmd, args|
89-
task_name = 'source:' + (Platform.is_nix? 'ms': 'x') + 'build'
89+
task_name = 'source:' + (Platform.is_nix()? 'ms': 'x') + 'build'
9090

9191
Rake::Task[task_name].reenable
9292
Rake::Task[task_name].invoke(args)

0 commit comments

Comments
 (0)