Skip to content

Commit

Permalink
Update keywords -main to use new syntax of server initialization for …
Browse files Browse the repository at this point in the history
…robot-remote-server 0.2.4
  • Loading branch information
semperos committed Apr 7, 2011
1 parent 0eae2b8 commit 7b91b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robot_framework_clowd/keywords.clj
Expand Up @@ -45,4 +45,4 @@
[]
(do (use 'robot-remote-server.core
'robot-framework-clowd.xml-rpc.value :reload-all) ; value ns extends protocols
(server-start! (init-handler false)))) ; for handling WebDriver classes
(server-start! (init-handler)))) ; for handling WebDriver classes

0 comments on commit 7b91b98

Please sign in to comment.