We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344d696 commit 95357d6Copy full SHA for 95357d6
docs/src/guide/advanced_tutorial.jl
@@ -7,7 +7,7 @@
7
using DFControl
8
9
using UUIDs#hide
10
-s = Server(name="localhost", port=8080, domain = "localhost", scheduler = Bash(), uuid = uuid4(), julia_exec=Sys.BINDIR * "/julia")#hide
+s = Server(name="localhost", port=8080, domain = "localhost", scheduler = Servers.Bash(), uuid = uuid4(), julia_exec=Sys.BINDIR * "/julia")#hide
11
if !exists(s)#hide
12
save(s)#hide
13
end#hide
0 commit comments