Skip to content

Commit

Permalink
fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
louisponet committed Feb 10, 2022
1 parent 344d696 commit 95357d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/guide/advanced_tutorial.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using DFControl

using UUIDs#hide
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
if !exists(s)#hide
save(s)#hide
end#hide
Expand Down

0 comments on commit 95357d6

Please sign in to comment.