Skip to content

Commit 95357d6

Browse files
committed
fixed documentation
1 parent 344d696 commit 95357d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/guide/advanced_tutorial.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
using DFControl
88

99
using UUIDs#hide
10-
s = Server(name="localhost", port=8080, domain = "localhost", scheduler = Bash(), uuid = uuid4(), julia_exec=Sys.BINDIR * "/julia")#hide
10+
s = Server(name="localhost", port=8080, domain = "localhost", scheduler = Servers.Bash(), uuid = uuid4(), julia_exec=Sys.BINDIR * "/julia")#hide
1111
if !exists(s)#hide
1212
save(s)#hide
1313
end#hide

0 commit comments

Comments
 (0)